5 Replies Latest reply on Nov 27, 2012 11:07 AM by jpadula35

    [JBoss AS 7.1.1] which JBoss jar is needed with WAR_BUNDLES_JSF_IMPL?

    jpadula35

      Hi,

      In the past, using JBossAS 6 (in GateIn-3.4.0.Final), I have bundled JSF 2.1.13 in our portlet war, and have added jboss.faces.jar, with this added to web.xml:

       

           <context-param>

                 <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>

                 <param-value>true</param-value>

           </context-param>

       

      In JBossAS 7.1.1, can you tell me what is the correct jar to add along with the JSF jars, to work correctly with JBoss AS 7.1.1?

       

      I see this jar in modules, but just guessing, have not found anything definite.

       

           jsf-api-1.2_15-jbossorg-2.jar, located in modules\javax\faces\api\1.2.

       

      I see an example here by Stan Silvert, but we cannot build with Maven for various reasons, so I am unable to see which is the correct jar to grab.

      https://community.jboss.org/message/622369#622369

       

      Thanks for your help.

      Joe