"jrinderle" wrote : | Create a temp. folder. Extract jdom.jar, saxpath.jar, jaxen-core.jar, and jaxen-jdom.jar into that folder. Now create a new jdom.jar file which contains all of the class files you just extracted. (You can exclude the META-INF folder). Replace the jdom.jar in the JBoss lib folder with the new JAR you just created. Restart JBoss and give it a try.
This worked for me too on JBoss 3.2.3 using jdom-1.0. I packaged jaxen-core, jaxen-jdom, saxpath and jdom into one new jdom.jar. Then just copy it to /lib and overwrite the original. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900270#3900270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900270 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
