This content has been marked as final.
Show 1 reply
-
1. Re: jBPM in different class loaders
salaboy21 Nov 6, 2008 11:52 AM (in response to trumml)When you try to execute the same thing in two separate classloaders one will get a IllegalStateException, that is a normal exception that you need to be prepared to catch.
And yes, you will need a jbpm-jpdl*.jar in all your web modules.
Hope it helps