Hi Raj,

    Try adding an event in your node example:
    
    <node name="first">
  |       <event type="node-enter">
  |           <action class="jpl.mipl.pgs.test.Testing">
  |              <leaveNode>true</leaveNode>
  |              <waitTimeBound>2000</waitTimeBound>
  |           </action>
  |       </event>
  |       <transition name="tr1" to="second"></transition>   
  |    </node>

   In your first post, I think this is what happened. The process executed 
normally however you were waiting for the action to happen which did not. When 
you clicked on signal, being not a wait state, it has thrown the error 
"couldn't signal token 'Token(/)' : couldn't leave node 'null' over 
its default transition" because the process has already ended. Try also 
checking the jbpm_action table if there are entries. I could be mistaken.

Regards,

Elmo


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917991#3917991

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917991


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to