1. Locate 
jboss-portal-2.6.1.GA/server/default/deploy/jboss-portal.sar/portal-admin.sar/portal-admin.war/WEB-INF/lib2/myfaces-impl.jar
 and 
jboss-portal-2.6.1.GA/server/default/deploy/jboss-portal.sar/portal-admin.sar/portal-admin.war/WEB-INF/lib2/myfaces-api.jar

2. Copy them to your tutorial app's WEB-INF/lib dir

3. Add the following to the web.xml in your tutorial app's WEB-INF:

        <context-param>
            <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
            <param-value>true</param-value>
        </context-param>

Cryptic?  Yes.  Proprietary? Yes.  Does it work?  Yes.

Hope this helps.

Dean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069323#4069323

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069323
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to