You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/10/02 22:35:00 UTC

BugRat Report #191 has been filed.

Bug report #191 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/191>

REPORT #191 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: tomcat 3.1 and 3.2
   JVM Release: 1.3.0
   Operating System: Windows
   OS Release: 98
   Platform: Intel

Synopsis: 
xml.jar or parser.jar incompatible with latest Xerces parser

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.