Exception handlers have limited use. They cannot influence the graph excecution in the way you apparently want it. Their use is to perform some corrective action (set variables, send email, jms message etc.) and then either continue the graph execution (the behaviour you observe) or else rethrow an exception for the transaction to fail and the token to end up in the node it started from. So the behaviour you see is correct.
Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058603#4058603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058603 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
