xmlparserv2.jar is causing problems with tomcat and hadoop. Need to resolve.
http://forums.oracle.com/forums/thread.jspa?threadID=380027
http://forums.oracle.com/forums/thread.jspa?messageID=1227004�
Andy, can you research and we can discuss?
http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-swapxmlparser/doc/readme.html
http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-swapxmlparser/doc/readme.html
System.setProperty("javax.xml.parsers.SAXParserFactory", "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl");
System.setProperty("javax.xml.parsers.SAXParser", "com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl");
System.setProperty("oracle.xml.parser.v2.SAXParser", "com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl");
see DataStudioBase : 259
System.setProperty("javax.xml.parsers.SAXParserFactory", "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl");
System.setProperty("javax.xml.parsers.SAXParser", "com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl");
System.setProperty("oracle.xml.parser.v2.SAXParser", "com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl");
see DataStudioBase : 259
Warning: Class Return type not known:2007
Warning: Class Return type not known:2007
Warning: Class Return type not known:2007
Warning: Class Return type not known:2007
Issue #3437 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Andy, can you research and we can discuss?