[jboss-jira] [JBoss JIRA] Created: (GPD-203) Add ESB Service Node: Notifier
Burr Sutter (JIRA)
jira-events at lists.jboss.org
Fri Apr 4 12:02:28 EDT 2008
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
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