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=5768>. 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=5768 "external-schemaLocation " not recognized. Summary: "external-schemaLocation " not recognized. Product: Xerces2-J Version: 2.0.0 [beta 4] Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] org.apache.xerces.parsers.SAXParser does not recognize the property "http://apache.org/xml/properties/schema/external-schemaLocation" described at http://xml.apache.org/xerces2-j/properties.html. The following code throws an org.xml.sax.SAXNotRecognizedException : import javax.xml.parsers.SAXParserFactory; import javax.xml.parsers.SAXParser; import org.xml.sax.SAXException; import org.xml.sax.XMLReader; class Test { SAXParser parser = SAXParserFactory.newInstance().newSAXParser(); XMLReader reader = parser.getXMLReader(); reader.setProperty("http://apache.org/xml/properties/schema/external- schemaLocation","http://examples.net http://examples.net/schema.xsd"; The output is : org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/properties/schema/external-schemaLocation at org.apache.xerces.parsers.AbstractSAXParser.setProperty (AbstractSAXParser.java:1628) at com.ibm.sketch.connection.ParserConnectionPool.main (ParserConnectionPool.java:33) Exception in thread "main" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
