[
http://jira.jboss.com/jira/browse/GPD-202?page=all ]
Koen Aers resolved GPD-202.
---------------------------
Fix Version/s: jBPM jPDL Designer 3.1.2
Resolution: Done
I applied the fix that Bernd-Christoph (Thanks!) posted in GPD-203.
Update ESB Service Node for new variable mapping
------------------------------------------------
Key: GPD-202
URL:
http://jira.jboss.com/jira/browse/GPD-202
Project: JBoss jBPM GPD
Issue Type: Bug
Components: jpdl
Affects Versions: jBPM jPDL Designer 3.1.1
Reporter: Burr Sutter
Assigned To: Koen Aers
Fix For: jBPM jPDL Designer 3.1.2
The input/output variable mapping for jPDL into an ESB Service used to be:
<jbpmToEsbVars>
<mapping jbpm="theBody" esb="BODY_CONTENT" />
</jbpmToEsbVars>
<returnVars>
<mapping jbpm="theBody" esb="BODY_CONTENT" />
</returnVars>
It is now:
<bpmToEsbVars>
<mapping bpm="entireOrderAsXML" esb="BODY_CONTENT" />
</bpmToEsbVars>
<esbToBpmVars>
<mapping esb="body.entireOrderAsXML"
bpm="entireOrderAsXML" />
<mapping esb="body.orderHeader" bpm="entireOrderAsObject" />
<mapping esb="body.customer" bpm="entireCustomerAsObject"
/>
<mapping esb="body.order_orderId" bpm="order_orderid" />
<mapping esb="body.order_totalAmount" bpm="order_totalamount"
/>
<mapping esb="body.order_orderPriority" bpm="order_priority"
/>
<mapping esb="body.customer_firstName" bpm="customer_firstName"
/>
<mapping esb="body.customer_lastName" bpm="customer_lastName"
/>
<mapping esb="body.customer_status" bpm="customer_status" />
</esbToBpmVars>
--
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