anonymous wrote : In short you mean that an errorhandler works when an error 
happens on an action that was not on a transition.
  | 

The exception handler always works, in that it always catches the exception and 
processes it. The problem is that if I set the node in the exception handler, 
this gets over-written by the transition e.g.

task.end() <- Exception in the action on the transition happens here and the
handler sets the node to the 'Error' node, but on completing the signalling of 
this node, the transition to the default node for this task happens. 

Basically there is no way to tell the signal handler that it should not 
continue processing when its been dealt with by an exception handler.

Hope that made sense. ;-)



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to