JBossXB Runtime Exception: Failed to create a new SAX parser

Usually the above exception will be generated when you deploy a web application in JBOSS Application Server. When you get the above exception please do the following. These files will be already present in jboss lib directory. Remove all xerces or xml related jar files (like xml-apis.jar, xercesimpl.jar, stax-api.jar etc.,) in your application WEB-INF/lib folder and then deploy your application.

Search