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 anonymous wrote : 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? ;-) anonymous wrote : | (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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030214#4030214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030214 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
