3 Replies Latest reply on Dec 20, 2007 4:54 AM by dxxvi

    3.1.3 doesn't work w/ JSF RI 1.2_07-b03

      I replaced the jsf-facelets-1.1.12 with jsf-facelets-1.1.3 and everything was fine. Then I kept the jsf-facelets-1.1.13 and replaced the jsf-api, jsf-impl 1.2_04-p02 with the 1.2_07-b03. A series of exceptions were thrown (more than 1300 lines). Then I changed

      <context-param>
       <param-name>com.sun.faces.verifyObjects</param-name>
       <param-value>true</param-value>
       </context-param>
      to
      <context-param>
       <param-name>com.sun.faces.verifyObjects</param-name>
       <param-value>false</param-value>
       </context-param>
      and this is what I saw
      INFO: Initializing Sun's JavaServer Faces implementation (1.2_07-b03-FCS) for co
      ntext '/richfaces-demo-3.1.3.GA-tomcat6'
      Dec 19, 2007 8:56:26 AM org.apache.catalina.core.StandardContext start
      SEVERE: Error listenerStart
      Dec 19, 2007 8:56:26 AM org.apache.catalina.core.StandardContext start
      SEVERE: Context [/richfaces-demo-3.1.3.GA-tomcat6] startup failed due to previou
      s errors
      Any workaround?

      My environment: XP SP2, JDK 1.6.0_10-ea-b08, tomcat 6.0.14.