[jboss-user] [JBoss jBPM] - Re: exception-handler with custom exception in jbpm 3.2.6

kukeltje do-not-reply at jboss.com
Thu Aug 13 13:24:43 EDT 2009


With simple unit tests you do not use the process classloader from the database, but the normal classloader. Since the custom exception is on the latter it works. Afaik (but I'm not sure) jBPM only supports loading actionhandlers from the processclassloader and not all other classes.

The 'solution' is to not put the Exception in the processarchive but on another (web/ear/system/...) classpath

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

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



More information about the jboss-user mailing list