I have a running JbpmService in my JBoss Application Server 4. This service is 
started in the AS at start-up and available through JNDI under name 
"java:/jbpm/JbpmConfiguration".

A webapplication (deployed through a .war file) at some point kicks off the 
execution of a new process. This process uses a number of ActionHandlers. 
Result:

  | 13:38:49,651 ERROR [Delegation] couldn't load delegation class 
'....CreateNewItemHandler'
  | java.lang.ClassNotFoundException: class '....CreateNewItemHandler' could 
not be found by the process classloader
  | 

This does make sense because the *.class files for these ActionHandlers are 
only defined in the .war file. Sticking them into a .jar, placing that in the 
/server/default/lib folder helps. Now they can be found... But that is not fair!

In my mind any application specific classes should be isolated into the .war 
file. How can I tell the JbpmService to also look into /WEB-INF/classes?

Thanks,
Willem

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to