I am getting a ClassDefNotFoundException within an ejb-application file. I 
think this is caused by issue JBAS-1970 (see the issue tracker).

The exception occurs when I make a call to a XPath command (SelectSingleNode). 
The dom4j and jaxen jars from dom4j are packaged in the ejb-jar file.

The application (ear-file) is running non-scoped (w/ classloader), so what 
happens is that the org.dom4j. classes from the top-classloader are used. This 
is dom4j-1.6jboss version from which the XPath classes are stripped accorging 
to JBAS-1970.  (located in JBOSS_HOME/lib) and not the org.dom4j classes 
packaged within the application. The creation and reading of xml-documents is 
no problem.

So the question is: can I keep on running in a non-scoped application and use 
XPath queries from dom4j?

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

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


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to