"[EMAIL PROTECTED]" wrote : | | | | 14:27:22,793 ERROR [LogInterceptor] Unexpected Error: | java.lang.NoClassDefFoundError: org/saxpath/SAXPathException | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:141) | at org.jdom.xpath.XPath.newInstance(XPath.java:133) | at ch.argentis.base.xml.JXmlHelper.getValue(JXmlHelper.java:167) | | For me it looks like jboss has some mess with the classloaders and doesn't loads the class from my ear but tries to load it using the Bootstrap classloader itself... |
Who has some mess? Thread.currentThread().getContextClassLoader().loadClass() not Class.forName() View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830946#3830946 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830946 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
