You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/24 19:30:00 UTC

[GitHub] [netbeans] blackleg opened a new pull request #1321: Fix SAXEntityParserTest test class in api.xml module

blackleg opened a new pull request #1321: Fix SAXEntityParserTest test class in api.xml module
URL: https://github.com/apache/netbeans/pull/1321
 
 
   Fix SAXEntityParserTest test class in api.xml module.
   
   ```
   Testcase: testParse(org.netbeans.api.xml.parsers.SAXEntityParserTest):	Caused an ERROR
   SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found
   org.xml.sax.SAXException: SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found
   java.lang.ClassNotFoundException: org.apache.crimson.parser.XMLReaderImpl
   	at org.xml.sax.helpers.XMLReaderFactory.loadClass(XMLReaderFactory.java:230)
   	at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:221)
   	at org.netbeans.api.xml.parsers.SAXEntityParserTest.testParse(SAXEntityParserTest.java:60)
   	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
   	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:460)
   	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:386)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: java.lang.ClassNotFoundException: org.apache.crimson.parser.XMLReaderImpl
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   	at org.xml.sax.helpers.NewInstance.newInstance(NewInstance.java:82)
   	at org.xml.sax.helpers.XMLReaderFactory.loadClass(XMLReaderFactory.java:228)
   ```
   Load the default XML reader instead `org.apache.crimson.parser.XMLReaderImpl`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists