[esb-issues] [JBoss JIRA] Work started: (JBESB-664) 2 Versions of jBPM Action Handler: ESBAction2 and ESBActionHandler

Kurt Stam (JIRA) jira-events at lists.jboss.org
Thu Jul 12 10:03:40 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBESB-664?page=all ]

Work on JBESB-664 started by Kurt Stam.

> 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

        



More information about the esb-issues mailing list