[jboss-jira] [JBoss JIRA] Closed: (GPD-203) Add ESB Service Node: Notifier
Koen Aers (JIRA)
jira-events at lists.jboss.org
Tue Apr 22 10:05:50 EDT 2008
[ http://jira.jboss.com/jira/browse/GPD-203?page=all ]
Koen Aers closed GPD-203.
-------------------------
> Add ESB Service Node: Notifier
> ------------------------------
>
> Key: GPD-203
> URL: http://jira.jboss.com/jira/browse/GPD-203
> Project: JBoss jBPM GPD
> Issue Type: Feature Request
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 3.1.1
> Reporter: Burr Sutter
> Assigned To: Koen Aers
> Fix For: jBPM jPDL Designer 3.1.3
>
> Attachments: patchjBPM-GDP-3.1.2_for_SOA_platform.txt
>
>
> As background information: http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/docs/services/jBPMIntegrationGuide.odt
> The ESB Service Node currently uses/assumes the following action:
> org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler
> This action assumes an async "callback" and allows the user to specify "output" or expected returned values. There is an option for a timeout if the async callback doesn't arrive in a specified amount of time.
> For true, one-way, no callback invocations of ESB Services we have added the ESBNotifier action:
> <node name="ShipIt">
> <transition name="ProcessingComplete" to="end">
> <action name="ShipItAction" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbNotifier">
> <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>
> </node>
> The designer should be enhanced so that the user can specify a one-way or two-way invocation. We can discuss the exact terminology in the comments or a forum posting.
--
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