2 Replies Latest reply on Oct 20, 2011 5:08 PM by marantis

    PB3 docs and configuration

    marantis

      Hello,

       

      1) Under http://www.jboss.org/portletbridge/docs/ doesn't exist the docs for the portlet bridge 3. Where can i find docs for PB3?

       

      2) I've tried the PB3 with JBoss 5.1.1 (JSF2 jars added to the portlet) and GateIn 3.1 but it doesn't work.

       

      With the alternative bridge from http://www.portletfaces.org this works but not with the BP3.

       

      So, how i've to configure my portlet/PB3 that this combination (JB5 + GateIn3.1 + PB3 + JSF2) will run?

       

      Thx in advance

        • 1. Re: PB3 docs and configuration
          wesleyhales

          You need to at least run AS6 with the JSF 2 jars. Use the latest bundled GateIn dev release (GateIn 3.2.0 M01 JBoss AS 6.0.0)

           

          Docs are being worked on.

          • 2. Re: PB3 docs and configuration
            marantis

            1. The combination AS6+GateIn3.2 doesn't run at the moment. In this forum does actual exist many different posts about this problem, for example...

             

            => http://community.jboss.org/thread/169032

             

            2.  both, PortalBridge3 and GateIn3.2 are not final, both are actually just developers / beta versions at the moment and can't be used in productive environments.

             

            3. For AS5 does exist a configuration tag in the web.xml with which it's possible to load (an alternative) JSF2 support for it and this works perfect if you use the concurrency portal bridge from http://www.portletfaces.org. (have a look in their example http://www.portletfaces.org/projects/portletfaces-bridge/examples/jsf2-portlet. This runs with GateIn3.1+AS5 and many other portal solutions like LiveRay, too)

             

            the question is, why it's only possible with an foreign solution and not with the original JBoss portal bridge 3.0 which also supports JSF2?

             

            * (JB AS5 + JB GateIn3.1 + PortletFaces.org + JSF2) => works

            * (JB AS5 + JB GateIn3.1 + JB PortletBridge3 + JSF2) => works not

             

            The configuration option to replace the JSF engine in JBoss 5 comes from JBoss and will just be used by portletfaces.

             


            <context-param>


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


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

            </context-param>

             

            Why does JBoss ignore in their own portletbridge3 the own JBoss AS configuration possibilities?