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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
