[jboss-user] [JBoss Seam] - Re: Problem with JBPM nodes and transitions

chawax do-not-reply at jboss.com
Mon Sep 3 08:09:37 EDT 2007


To be more precise ...

When I used JBPM without seam, I had to write these lines in my action handlers so that the process continues :

public void execute(ExecutionContext context) throws Exception {
  | 	context.leaveNode();
  | }

What should I do with Seam to make it work the same ?

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

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



More information about the jboss-user mailing list