yeap.. i have the same problem as you...
i found the solution debugging.. 
and my solution was using the binding="late" in the process-state in the 
super-process...
So it may look like this:

  | <process-state name="updateThreshold">
  |             <sub-process name="updateThreshold" 
binding="late"></sub-process>
  |             <transition to="viewAccount"></transition>
  |     </process-state>
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162014
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to