This is a total shot in the dark, so please just take it as such:
Have you tried:
| try {
| ClassLoader cl =
Thread.currentThread().getContextClassLoader();
| clazz = cl.loadClass(className);
| }
| catch (Exception t) {
| log.fatal("Unable to load '" + key
| + "' implementation class: '" + className + "'" + ": "
+ t);
| log.fatal("Cause: " + t.getCause());
| t.printStackTrace(System.err);
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949668#3949668
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949668
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user