I just switched an application over to Icefaces 1.7.2 RC1 and it works fine in OC4J but will not deploy in JBoss.
I get the following error:
10:01:14,187 ERROR [[/Radius]] 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"
This article indicated that JAXP would need to be upgraded. Jboss has the following instructions for upgrading JAXP: http://wiki.jboss.org/wiki/HowToUseJAXP13WithJBoss I followed the instructions for changing the endorsements and classpath, but that did not fix the problem.
Has anyone else encountered this problem or found a solution?
You might want to post your web.xml, but jboss-4.2.2 and jboss-4.2.3 have been pretty thoroughly tested with sample applications (Not with JAXP configured though). Had you deployed a previous version of ICEfaces with your application configuration to a jboss application server?