[jboss-dev-forums] [JBoss ESB Development] - Re: Parallel execution of jBOSS ESB project when it called by jBPM process instances

Arunava Basu do-not-reply at jboss.com
Mon Jun 18 03:14:26 EDT 2012


Arunava Basu [https://community.jboss.org/people/arunava.basu] created the discussion

"Re: Parallel execution of jBOSS ESB project when it called by jBPM process instances"

To view the discussion, visit: https://community.jboss.org/message/742250#742250

--------------------------------------------------------------
the jBPM code (when I used *NODE* instead of ESB node);

<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.2"
 name="cloudX_AsyncTest_jBPM"> 
 <start-state name="start">
  <transition to="node1"></transition>
 </start-state>

 <node name="node1" async="true">
  <action class="com.cloudx.stdlayer.jbpm.common.AsyncTestActionHandler" async="true"></action>
  <transition to="end"></transition>
 </node>

 <end-state name="end">
 </end-state>
</process-definition>

this code does not call the ESB also. And the process instances were in *RUNNING* state. When I gave signal to a particular process instance, it executed but nothing happened in ESB. No sysout came.

--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/742250#742250]

Start a new discussion in JBoss ESB Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20120618/0273933a/attachment.html 


More information about the jboss-dev-forums mailing list