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=15769>. 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=15769 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl().newDocumentBuilder() is unpredictable Summary: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl().newD ocumentBuilder() is unpredictable Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: JAXP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] While using the "Java XML Pack Summer 02 Bundle" from Sun, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl().newDocumentBuilder() is unpredictable. Under "normal" usage it works fine, but when I try to test it using JUnit I get the following: java.lang.ClassCastException: org.apache.xerces.parsers.StandardParserConfiguration at org.apache.xerces.parsers.DOMParser.<init>(DOMParser.java:109) at org.apache.xerces.jaxp.DocumentBuilderImpl.<init> (DocumentBuilderImpl.java:102) at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder (DocumentBuilderFactoryImpl.java:88) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
