Node-execution ActionHandlers should typically not call signal() but leaveNode(). The differences are minor though, if I remember correctly signal() only wraps leaveNode() adding the before-signal and after-signal event handling. But normally these events should not be handled on the node level.
Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062815#4062815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062815 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
