java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.getXmlStandalone()Z

If you are facing this issue than most probably have a wrong version of XercesImpl.jar file

I had a 2.0.2 version, which causing conflict.

Replacing it with 2.8.1 resolved the issue.

Comments

Post a Comment