Could you please help to solve the issue “setXIncludeAware is not supported on this JAXP implementation or earlier: class org.apache.xerces.jaxp.SAXParserFactoryImpl”
Java version used in server : 1.8.0_361
JVM rumtime version : 8.1.092 11.0.18+000
and the project is build using : saxon-he-12.5.jar
code snippet:
code
Code execution on server without the following error :
“Details: java.lang.UnsupportedOperationException; setXIncludeAware is not supported on this JAXP implementation or earlier: class org.apache.xerces.jaxp.SAXParserFactoryImpl, UnsupportedOperationException: setXIncludeAware is not supported on this JAXP implementation or earlier: class org.apache.xerces.jaxp.SAXParserFactoryImpl”