DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28041>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28041 SAXParserImpl throws jaxp-order-not-supported error when validating mode is false Summary: SAXParserImpl throws jaxp-order-not-supported error when validating mode is false Product: Xerces2-J Version: 2.6.2 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: JAXP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] in 213 line of org.apache.xerces.jaxp.SAXParserImpl, when setProperty(JAXP_SCHEMA_SOURCE, ..) is met, it checks the value of JAXP_SCHEMA_LANGUAGE and in non-validating mode, it's always null, so it throws SAXNotSupportedException. I think if (isValidating()) { block should be inserted in 213 line. DocumentBuilderImpl has no such problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
