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/11/09 12:27:08 UTC

BugRat Report #366 has been filed.

Bug report #366 has just been filed.

You can view the report at the following URL:

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

REPORT #366 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: Tomcat-4.0-m4
   JVM Release: ---------
   Operating System: Red Hat 6.2
   OS Release: ------------
   Platform: ------------

Synopsis: 
method getXMLReader() does not exist in javax.xml.parsers.SAXParser

Description:
When you compile the source code of tomcat milestone version 4.0 you will get an error when system compiles the file ParserXJspSax.java which will be compile in org.apache.jasper.compiler package.

Error is .......

Function getXMLReader() does not exist in javax.xml.parsers.SAXParser

and it will stop the compilation.