Hi All,

Some JBoss source files are using com.sun.xml.tree.XmlDocumentBuilder
(through JBoss/lib/parser.jar) which is giving me tough time. As I am using
Xerces/Xalan for XSLT/XPath, but parser.jar is being required by JBoss and
it contained older implementations of Xml parser.

Could someone fix this problem? Or let me know if I can have check-in
privilege to fix these problems. I am very close to my project deadline and
would appreciate a quick reply on this.

On a side note, I haven't seen parser.jar referred in any configuration file
and looks like its being explicitly loaded somewhere. So, I could not find
any way to bypass parser.jar with some other implementation.

BTW, I also tried to create a Bug yesterday (Bugzilla) but its status is
still "New".

Thanks,
Tahir


********* Stack Trace ************
Class '/org/w3c/dom/Node.class' found in
'file:/C:/jboss2.1/lib/parser.jar!/org/w3c/dom/Node.class'         
2001-03-20 09:35:15 - Ctx( /examples ): Exception in: R( /examples +
/jsp/xml/include/Login.jsp + null) - javax.servlet.ServletException
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:166)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Unknown Source)
Root cause:
java.lang.NoSuchMethodError
        at
org.apache.xpath.axes.AxesWalker.getNextNode(AxesWalker.java:1051)
        at org.apache.xpath.axes.AxesWalker.nextNode(AxesWalker.java:1137)
        at
org.apache.xpath.axes.LocPathIterator.nextNode(LocPathIterator.java:676)
        at
com.descartes.jamos.application.personprofile.AppPersonProfile.extractDglnCa
pabilities(AppPersonProfile.java:215)

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

Reply via email to