Thank you, I rename the file and the first error disappead but the rest didn't:
| 2008-01-31 17:13:36,625 ERROR [STDERR] 31-ene-2008 17:13:36 com.sun.faces.config.ConfigureListener contextInitialized | INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b09-FCS) for context 'null' | 2008-01-31 17:13:36,859 ERROR [STDERR] 31-ene-2008 17:13:36 com.sun.faces.spi.InjectionProviderFactory createInstance | ADVERTENCIA: JSF1033: Resource injection is DISABLED. | 2008-01-31 17:13:37,171 ERROR [STDERR] 31-ene-2008 17:13:37 com.sun.faces.config.ConfigureListener registerELResolverAndListenerWithJsp | GRAVE: Error Instantiating ExpressionFactory | java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl | at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352) | at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:169) | at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1606) | at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:455) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4187) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | 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:5116) | This I think is a problem of configuration in the web.xml & faces-config.xml file or a problem of libraries but ... I don't get that everything run well. Any ideas about the posible solution? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125216#4125216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125216 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
