Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 3.0.0-M2
-
Component/s: Modules: BPM / Rules
-
Labels:None
-
User impact:High
-
Similar Issues:None
Description
currently all the interesting fields in SendMuleEvent are package protected. A change to protected would allow subclasses to do interesting things,such as reducing the amount of XML required for configuration, dynamically creating the payloadObject, or dynamically setting message properties.
In 3.x this is handled by org.mule.transport.jbpm.MuleActivity where all variables are private with public getters/setters.
http://fisheye.codehaus.org/changelog/mule/?cs=16673