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

2008-02-25 Thread dhananjay.patkar
Hi, I am facing problem as stated below: Defined a simple process with simple nodes(3 nodes + start and end state) Out of 3 nodes 1 st node action get executes without error and we are explicitely calling jbpmContext.Save(processInstance) to persist the process state The second node action

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

2008-01-16 Thread vishal423
Hi, I have one query regarding exception handling in jbpm. Scenario: On process node i have defined an exception handler and in exception handler i have defined an action handler to catch exception of particular type. Its running, but i am not getting how to retrieve exception message inside