[jboss-jira] [JBoss JIRA] Created: (GPD-202) Update ESB Service Node for new variable mapping

Burr Sutter (JIRA) jira-events at lists.jboss.org
Fri Apr 4 11:57:22 EDT 2008


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


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

        



More information about the jboss-jira mailing list