[JBoss-user] [JBoss jBPM] - Re: Help required with exception handling on transitions

2006-07-04 Thread kukeltje
hmmm... normally I would agree, but we have a kind of identical situation as 
well. The customer thinks he wants to put the process in a certain error state 
if something happens. If we model this in (from EVERY state) it gets kind of 
blurry. 50% of all icons in the process are decisions all going to this error 
state. The customer has the choice to correct something and then put the 
process back in the state it came from. If you've ever seen a web, it must have 
been based on this process diagram. So Manipuliating the tokens, just for this 
kind of error handling seems a good solution for us. Luckily we do not have the 
problems that errors on actions on transitions (mainly sending a mail or 
something like that) is not an issue for us. 

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

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

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


[JBoss-user] [JBoss jBPM] - Re: Help required with exception handling on transitions

2006-07-04 Thread [EMAIL PROTECTED]
Scott,

It is generally not a good idea to try to propagate the graph execution from an 
action in an exception handler. Use the exception handler to set a process 
variable and then use a decision node after the task node to route the graph 
execution to the node you want based on the value of this process variable. Or 
write a customized version of the task node that incorporates this behaviour if 
you wish. 

Regards,
Koen
 

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

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

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


[JBoss-user] [JBoss jBPM] - Re: Help required with exception handling on transitions

2006-07-03 Thread [EMAIL PROTECTED]
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


[JBoss-user] [JBoss jBPM] - Re: Help required with exception handling on transitions

2006-07-03 Thread kukeltje
In short you mean that an errorhandler works when an error happens on an action 
that was not on a transition.

Regarding the storage: then store it somewhere else. It's up to you.

Ronald

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

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

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