I\'m facing this exception when receiving an Xml and trying to parse it. The code responsible for that is well tested when running as an standalone application. However I\'m
I had faced similar issue, this issue occurs when there is big difference in versions of xerces jar and xercesImpl jar. To solve this, I used xerces-2.9.0 and xercesImpl-2.9.1 and the issue gone.