Dear all,
I tried to upgrade from JSF 1.1 to JSF 1.2 but failed. My environment is as follows.
JDK 1.5
Tomcat 6.0
Facelet
JSF Mojarra 1.2
The error is as follows, occurs when starting tomcat (my application is in context /web)
INFO: Initializing Sun's JavaServer Faces implementation (1.2_01-b04-FCS) for context '/web'
Feb 12, 2009 10:39:40 AM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Completed initializing Sun's JavaServer Faces implementation (1.2_01-b04-FCS) for context '/web'
Feb 12, 2009 10:39:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Feb 12, 2009 10:39:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/web] startup failed due to previous errors
What I have included in WEB-INF/lib are:
JSTL 1.2 (standard.jar and jstl.jar)
JSF mojarra 1.2 (jsf-api.jar and jsf-impl.jar)
Facelets( el-api.jar, el-impl.jar, and jsf-facelet.jar)
commons-digester.jar
commons-beanutils.jar
commons-logging.jar
commons-collection.jar
Documentation that I read from mojarra FAQ states that i need EL, but that is included in Facelets.
Am i missing something? This application works OK in JSF 1.1, both using myfaces or RI.
[Message sent by forum member 'ogi_prayogo' (ogi_prayogo)]
http://forums.java.net/jive/thread.jspa?messageID=331422