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.
I had a 2.0.2 version, which causing conflict.
Replacing it with 2.8.1 resolved the issue.
Thanks for the info..Helped me for solving my issue...
ReplyDeleteThanks a lot!!! It works for me (I added lib in maven).
ReplyDeleteWorks like a charm!
ReplyDeleteThanks ! It worked !
ReplyDeleteNot working for me
ReplyDeleteyes that is right - works thanks !
ReplyDelete