Hi,
i'm using jbpm 3.1.3.
Is it possible to throw the ClassNotFoundException in
Delegation.java:142 up to the user code?
try {
clazz = classLoader.loadClass(className);
} catch (ClassNotFoundException e) {
log.error("couldn't load delegation class '"+className+"'", e);
}
instead of catching it with a log.error and then running
into a NPE.
Like this i can't properly display the real reason of the problem.
Thanks
Marcel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984119#3984119
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984119
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user