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: [EMAIL PROTECTED]                                   |
+ |  Reported By: [EMAIL PROTECTED]                                |
+ |      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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to