I have recently purchased JBDS and I have created a new jsf project named 
"test" using:

JSF Environment = JSF 1.2 With Facelets
Template = FaceletsKickStartwith RILibs

I then added it to the JBAS instance and tried to start the server  with out 
making any chnages ot the project, when I got the following error:

......13:51:52,811 ERROR [ContainerBase] Exception sending context initialized 
event to listener instance of class com.sun.faces.config.ConfigureListener
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Unable to 
parse document 
'jar:file:/C:/jbdevstudio/jboss-eap/jboss-as/server/default/deploy/test.war/WEB-INF/lib/jsf-impl.jar!/com/sun/faces/jsf-ri-runtime.xml':
 cvc-enumeration-valid: Value '1.2' is not facet-valid with respect to 
enumeration '[1.1]'. It must be a value from the enumeration.
        at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:212)
        at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:174)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4352)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:752)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:732)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
        at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5300)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
        at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
.........

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218791#4218791

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218791
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to