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

Popular posts from this blog

Hibernate: a different object with the same identifier value was already associated with the session

BeanDefinitionStoreException: Failed to parse configuration class: Could not find class [javax.jms.ConnectionFactory]