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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...