The exception javax.ejb.EJBException: org/dom4j/Element
is thrown when using Java WSDP 1.2 or 1.3
NOTE: If your application does not
use the Java Web Services Developer Pack (Java WSDP) 1.2 or 1.3, this problem
does not apply to you.
When Java WSDP 1.2 or 1.3 is installed and configured to be used together
with Sun Java System Application Server 7, a javax.ejb.EJBException: org/dom4j/Element could be thrown by the EJB Container.
Solution
Add the latest dom4j-full.jar to server-classpath in the server.xml file. It is available for
download at http://dom4j.org and should precede the appserv-jstl.jar entry
in server-classpath.
|