The problem is the ExceptionHandling, see http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#exceptionhandling
anonymous wrote : | When an exception occurs in a delegation class, the process element parent hierarchy is serached for an appropriate exception-handler. When it is found, the actions of the exception-handler are executed | But if a Exception occurs in a SessionBean in a JavaEE Environment, the transaction (in which also jBPM is running) is marked for rollback. And now jBPM wants to search the parents. Then the posted Exception occurs, I think because of the transaction rollback marker. So my opinion is, that the parents must be lazy loaded bevore the execute of the action of the GraphElement. Than this problem should be avoided. Am I right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952609#3952609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952609 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
