jBPM to ESB issues with Quickstarts
-----------------------------------
Key: JBESB-1413
URL:
http://jira.jboss.com/jira/browse/JBESB-1413
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Process flow
Affects Versions: 4.2.1 CP1
Reporter: Jeff DeLong
In bpm_orchestration4 qiuckstart he Ship It node causes an NPE on line 92 of
ESBActionHandler:
EPR replyTo = createReplyTo(esbToBpmVars.asXML(), globalProcessScope,
executionContext);
It appears this is because esbToBpmVars is null.
<node name="Ship It">
<action name="esbAction"
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
<esbCategoryName>BPM_Orchestration4</esbCategoryName>
<esbServiceName>ShippingService</esbServiceName>
<bpmToEsbVars><mapping bpm="entireCustomerAsObject"
esb="customer" />
<mapping bpm="entireOrderAsObject" esb="orderHeader"
/>
<mapping bpm="entireOrderAsXML"
esb="entireOrderAsXML" />
</bpmToEsbVars>
</action>
<transition name="" to="end"></transition>
Since it is probably legitimate to not specify esbToBpmVars , I suspect the code needs
fixing.
--
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