You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/03/09 23:22:07 UTC

[Bug 159] New - xml.jar or parser.jar incompatible with latest Xerces parser BugRat Report#191

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=159

*** shadow/159	Fri Mar  9 14:22:07 2001
--- shadow/159.tmp.7499	Fri Mar  9 14:22:07 2001
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | xml.jar or parser.jar incompatible with latest Xerces parser BugRat Report |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 159                         Product: Tomcat 3                |
+ |       Status: UNCONFIRMED                 Version: 3.2.1 Final             |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Jasper                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: Justyna.Horwat@eng.sun.com                                   |
+ |  Reported By: marcm@design-intelligence.com                                |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The JSP processor has its own xml parser in xml.jar(3.1) or
+ parser.xml(3.2). I am developing an application using Xerces 
+ 3.01. Unfortunately the JSP jar defines the org.w3c.dom.Document
+ interface and doesn't include the importNode method.
+ 
+ I get a NoMethod failure on calling importNodes. This is due
+ to the old document interface in xml/parser.jar. My reference
+ to w3c.org.dom.Document is resolving to the JSP jar not the
+ Xerces.jar I include in webapps/examples/web-inf/lib.
+ 
+ Most preferable would be to not use the org.w3c.dom path in these
+ jars.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-dev-help@jakarta.apache.org