4 Replies Latest reply on Mar 22, 2007 9:10 AM by yilativs

    Switching SEAM 1.2 to JSF 1.2 RI problem

    yilativs

      Hello,

      I tried to switch seam 1.2.0.PATCH1 to JSF 1.2 RI
      I reproduced steps from seam_reference.pdf page 45
      (BTW Documentation contains misprint in line that lists el jars to change

      el-api.jar, el-impl.jar
      there is no el-impl.jar there is el-ri.jar)

      When I try to deploy a sample appication JBoss4.0.5 GA reports
      13:34:09,266 INFO [Initialization] done initializing Seam
      13:34:09,266 ERROR [STDERR] 21.03.2007 13:34:09 com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context 'null'
      13:34:09,797 ERROR [STDERR] 21.03.2007 13:34:09 com.sun.faces.config.ConfigureListener isJspTwoOne
      WARNING: Incorrect JSP version found, method getJspApplicationContext does not exist.
      13:34:09,860 ERROR [STDERR] 21.03.2007 13:34:09 com.sun.faces.config.ConfigureListener contextInitialized
      INFO: Completed initializing Sun's JavaServer Faces implementation (1.2-b20-FCS) for context 'null'
      


      I found that this bug was already fixed in JIRA http://jira.jboss.com/jira/browse/JBSEAM-156
      but I do not understands the steps to fix it.
      Can someone explain how to do the (1)st state? ;-)


      (1) Fixed an incompatibility b/w Seam and JSF 1.2
      (2) installed the RI in server\default\deploy\jbossweb-tomcat55.sar\jsf-libs
      (3) upgraded to a more recent build of the JSF RI that fixed a bug with VariableResolver