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"
After doing some web searching, I found the following article:
https://javaserverfaces.dev.java.net/nonav/rlnotes/1.2_07/issues.html
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?
|