Hi,

Couple of questions.

Are you referring to/calling another process inside the action handler? 
anonymous wrote : The action handler prints a message stating the name of the 
"from" node and "to" node and also saves process instance into database.

Are you modifying another process definition inside your action handler??
anonymous wrote : The engine than saves the modified process definition and 
creates process instance using the modified process definition and runs the 
process instance by calling signal() on it

If you interrupt or break a process, a desired behavior would be to rollback 
all transactions including the external process called and retains the old 
state. If you get a null node then it has probably persisted something and was 
not able to rollback.
anonymous wrote : However, when I interrupt the process instance execution (by 
Ctrl-C when the action handler on the second node is waiting)

By the way, I am using 3.1 beta using CMT. Transactions are already 
automatically handled. I have not tried interrupting it though. If you're using 
web only, I can't relate how to handle transactions. Why dont you check out the 
newer version if you have the time.   

Regards,

Elmo


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

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


-------------------------------------------------------
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to