Hello guys,

we are using JBoss2.1 to develop an EJB based application that uses in an
intensive way XML/XSL/DOM stuff.
We are using an XML library based on Apache XERCES version 1.2.3.
This library contains Xerces parser and last DOM implementation.

We noticed conflicts with DOM interfaces provided with JBoss libraries.
The library parser.jar contains a different DOM interface respect the one we
use (contained in xerces1.2.3.jar).

Changing classes in parser.jar with new ones hangs Jboss (and this procedure
works fine with Jboss 2.0),
but using the Jboss standard DOM interface we cannot run our adapters.

Our specific problem is due to the absence of Document.importNode method,
but the problem in more generic....

Sorry if the problem seems to be silly question, we are newbies of Jboss.

Thanks in advance

   Luigi.



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to