openllet
openllet copied to clipboard
xerces - java8
Find a way to shutdown the following warning :
[main] WARN org.semanticweb.owlapi.util.SAXParsers - http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. [main] WARN org.semanticweb.owlapi.util.SAXParsers - entityExpansionLimit not supported by parser type org.apache.xerces.jaxp.SAXParserImpl, error message: Property 'entityExpansionLimit' is not recognized.
Core problem is here : https://issues.apache.org/jira/browse/XERCESJ-1654
see also :
http://bugs.java.com/view_bug.do?bug_id=8016153 http://bugs.java.com/view_bug.do?bug_id=8015487