[
http://jira.jboss.com/jira/browse/JBESB-664?page=all ]
Kurt Stam closed JBESB-664.
---------------------------
Resolution: Done
Work completed, and successfully tested the bpm_orchestration1 and 2 quickstarts.
2 Versions of jBPM Action Handler: ESBAction2 and ESBActionHandler
------------------------------------------------------------------
Key: JBESB-664
URL:
http://jira.jboss.com/jira/browse/JBESB-664
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: BPM
Affects Versions: 4.2 Milestone Release 2
Reporter: Burr Sutter
Assigned To: Kurt Stam
Fix For: 4.2 Milestone Release 3
We have 2 versions of the jBPM to ESB action handler. The older one looks like:
<action name="action2"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
<esbCategoryName>BPM_Orchestration_Service1</esbCategoryName>
<esbServiceName>Service1</esbServiceName>
<millisToWaitForResponse>5000</millisToWaitForResponse>
<jbpmToEsb_variables>theBody</jbpmToEsb_variables>
<jbpmToEsb_esbNames>BODY_CONTENT</jbpmToEsb_esbNames>
<return_variables>theBody</return_variables>
<return_esbNames>BODY_CONTENT</return_esbNames>
</action>
The new one looks like:
<action name="action2"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbAction2">
<esbCategoryName>BPM_Orchestration_Service1</esbCategoryName>
<esbServiceName>Service1</esbServiceName>
<millisToWaitForResponse>5000</millisToWaitForResponse>
<jbpmToEsbVars>
<mapping jbpm-name="theBody" esb-name="BODY_CONTENT"
/>
</jbpmToEsbVars>
<returnVars>
<mapping jbpm-name="theBody" esb-name="BODY_CONTENT"
/>
</returnVars>
</action>
Both examples are shown in quickstart bpm_orchestration1
We need to remove EsbActionHandler and rename EsbAction2 to EsbActionHandler, then
correct the various BPM-based quickstarts so they use the correct version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira