DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7175>.
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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |



------- Additional Comments From [EMAIL PROTECTED]  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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to