I use JDOM to parse data out of XML files. The parsing works fine outsite
of JBoss. When I parse XML files from within JBoss, I get a
"NoSuchMethodException"
when I try to invoke the second of these two statements:

org.jdom.input.DOMBuilder builder = new 
org.jdom.input.DOMBuilder("org.jdom.adapters.XercesDOMAdapter", false);
org.jdom.Document document = builder.build(new File(xmlPath));

Does any-one have an idea what the problem could be?

Thank  you for any-one's help!

Thomas Kirsch



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

Reply via email to