2 Replies Latest reply on Dec 15, 2006 10:30 AM by alex.smudgy

    ICEfaces within Portlet

    alex.smudgy

      Hello. Did you have an experience of integrating ICEfaces within portlets?

      I tried to run my portlet under such configuration:
      1. jboss 4.0.5 GA
      2. jboss-portal 2.4
      3. icefaces 1.5.1

      The main problem in correct resolving facesFactory. The portlet using myfaces implementation and icefaces uses jsf-impl by sun.
      So need to find out the way to leave jboss and jboss-portal libs unchanged.

      I can give an additional information upon request.

      Please help.

        • 1. Re: ICEfaces within Portlet
          theute

          You need to use a different classloader.

          Only the management portlet is using JSF (and we will get rid of that dependancy). So you could move the MyFaces libraries from server/default/deploy/jbossweb*/jsf-libs to bundle them with the management portlet and use the Sun RI libs to bundle them in your war.

          Please then give us feedback on how it worked, i never tried ICEfaces in a portlet environment.

          • 2. Re: ICEfaces within Portlet
            alex.smudgy

            Ok. Thanks will try and then aswer.