I did have problems using JDOM from within an ejb. My problems were related
to the kind of parser jboss was using by default.
I did put xerces.jar jdom.jar and xalan.jar in the lib/ext directory. I
also put xerces.jar in front of the jboss classpath (which is set in
run.bat) to make
sure jboss was using xerces. Everything was working fine from there on....
The problem was the jboss was using JAXP from Sun by default which was not
fully compatible with jdom. Xerces, in contrast works very well with JDOM.


Thomas Kirsch



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to