Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 55307 invoked by uid 500); 16 Mar 2002 23:34:33 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 55295 invoked from network); 16 Mar 2002 23:34:32 -0000 Date: 16 Mar 2002 23:34:38 -0000 Message-ID: <20020316233438.3209.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 7175] - Class loading issues when using own XML parser X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7175 Class loading issues when using own XML parser vgritsenko@apache.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From vgritsenko@apache.org 2002-03-16 23:34 ------- Let take this one step at a time. What do you mean under "you should stop trying to override the default XML parser"? If it is equivalent to the "properties.put ("org.xml.sax.driver", "org.apache.xerces.parsers.SAXParser");" in the test.jsp, I would have anything against this if it would work. However, reality is worse than that, and if I remove the line, I end up with another exception: --------------------8<--------------------- org.xml.sax.SAXException: System property org.xml.sax.driver not specified at org.xml.sax.helpers.XMLReaderFactory.createXMLReader (XMLReaderFactory.java:90) at org.apache.jsp.test2$jsp._jspService(test2$jsp.java:65) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service (JspServlet.java:202) --------------------8<--------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org