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=11374>. 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=11374 ExceptionInInitializeError ------- Additional Comments From [EMAIL PROTECTED] 2002-08-01 18:13 ------- When the StandardParserConfiguration tries to new an XMLSchemaValidator I am getting the following error. Any help is appreciated. Thread[main,5,main] (Alive): Uncaught exception (java.lang.ExceptionInInitializerError) StandardParserConfiguration(DTDConfiguration).parse(XMLInputSource) SAXParser(XMLParser).parse(XMLInputSource) SAXParser(AbstractSAXParser).parse(InputSource) CSWSAXParser.parse(String) CSWPBO.parseStream(String) CSWPBO.load(String) CSWPBO.loadXMLFile(String) Tester1() Tester1.main(String []) protected void configurePipeline() { super.configurePipeline(); if ( getFeature(Constants.XERCES_FEATURE_PREFIX + Constants.SCHEMA_VALIDATION_FEATURE)) { // If schema validator was not in the pipeline insert it. if (fSchemaValidator == null) { System.out.println("**** Setting SchemaValidator ****" ); fSchemaValidator = new XMLSchemaValidator(); System.out.println( "****** Sucessfule schema Validator **** "); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
