AXIOM jar Conflict in Glassfish 2.1.1
Today I found the reason why my ear/web application did not work in Glassfish V 2.1.1. (it works in V 2.1.0) The app deploys but when I try to open the Web context URL I see the following exception in glassfish server.log:
Exception
sending context initialized event to listener instance of class
com.sun.faces.config.ConfigureListener
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! This
parser does not support specification "null" version "null" at
com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:215)
After some searching I think that the problem was forced by some additional libraries which I provided in my web module.
So after I removed my axiom-api dependency (maven 1.2.7) and I removed xercesImpl-2.6.2 the app works fine again.
Posted at 01:10PM Mar 10, 2010
Posted by: Ralph
Category: General
Posted by qnaguru on March 14, 2010 at 06:10 PM GMT #