[jboss-user] [JBoss jBPM] - Exception handling

AmiraTalbi do-not-reply at jboss.com
Fri Nov 28 15:32:29 EST 2008


Hi ; 

I have a processDefinition where I modeled a general Exception handler. But, the process seems to ignore that handler :( So I tried to place the exception handler in one specific action, and... Nothing is happening. The handler is ignored 

<?xml version="1.0" encoding="UTF-8"?>
  |                     
  |   <process-definition name="jbpm_process">
  | 
  |   <exception-handler>
  |         <action  class="*****.actions.ProcessExceptionHandler"/>
  |   </exception-handler>
  | 
  | </process-definition>

Any suggestions? 
thkx in advance

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

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



More information about the jboss-user mailing list