This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Why can not run jsf1.1 in JBoss-4.2.0.GA?tobias Jun 28, 2007 9:57 AM (in response to yibodai2007)JBoss 4.2.0 comes with JSF 1.2 (RI). No need to package it into your application again. Have look in the http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithJSFCDDL. 
- 
        2. Re: Why can not run jsf1.1 in JBoss-4.2.0.GA?pippopeppe83 Nov 28, 2008 7:21 AM (in response to yibodai2007)The solution is here 
 https://jira.jboss.org/jira/browse/JBAS-4426
 I copy the solution from the link above
 make sure that you do not have the same library twice.
 I got the same error, because I had 2 different versions of the same library (jsf-impl.jar):
 * one in my .war archive under WEB-INF/lib
 * the other one in jboss-4.2.0.GA\server\default\deploy\jboss-web.deployer\jsf-libs
 removing the library from my .war archive fixed it
 I have prove this solution with my problem and I have resolved
 good luck
 
     
    