[jboss-jira] [JBoss JIRA] Created: (GPD-191) ESB Service Node

Koen Aers (JIRA) jira-events at lists.jboss.org
Fri Nov 30 08:46:46 EST 2007


ESB Service Node
----------------

                 Key: GPD-191
                 URL: http://jira.jboss.com/jira/browse/GPD-191
             Project: JBoss jBPM GPD
          Issue Type: Feature Request
          Components: jpdl
            Reporter: Koen Aers
         Assigned To: Koen Aers
             Fix For: jBPM jPDL Designer 3.1.2


ESB Service Node

A new icon on the tool palette that would inject the following JPDL 
syntax into my process definition:
  <node name="Calculate Discount">        
         
         <action name="esbAction" 
class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
            <esbCategoryName>BPM_Orchestration4</esbCategoryName>
            <esbServiceName>DiscountService</esbServiceName>        
            <jbpmToEsbVars>
            <mapping jbpm="entireCustomerAsObject" esb="customer" />
            <mapping jbpm="entireOrderAsObject" esb="orderHeader" />
            <mapping jbpm="entireOrderAsXML" esb="BODY_CONTENT" />
            </jbpmToEsbVars>
            <returnVars>
                <mapping jbpm="entireOrderAsObject" esb="order" 
/>               
            </returnVars>        
         </action>
         
      <transition name="" to="Review Discount"></transition>
   </node>

And provide a property sheet that allows me to specify the service name, 
category and the mapping of process variables to esb message parts.


-- 
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