4 Replies Latest reply on Jul 23, 2009 6:43 PM by pmuir

    JSR 299, Liferay, Portlet

    don41382

      Hey folks,


      I am trying to run following setup:





      • JBoss AS 5.1 GA

      • Liferay 5.2.3

      • JBoss WebBeans 1.0-PREVIEW JSR 299





      Did anyone run icefaces with Web-Beans (JSR 299) sucessfully? I don't get it to work. After adding the beans.xml it gives me a Class-Cast-Exception while trying to cast the HttpSession:


      Exception thrown during phase-listener execution: java.lang.ClassCastException: com.icesoft.faces.webapp.http.portlet.InterceptingPortletSession cannot be cast to javax.servlet.http.HttpSession



      Any hints?


      Grettings
      Felix




        • 1. Re: JSR 299, Liferay, Portlet
          nickarls

          As you might guess, everything is not fully integrated yet ;-)

          • 2. Re: JSR 299, Liferay, Portlet
            don41382

            Hey Nicklas,
            Thanks for you quick reply! Is there any Road-Map? Are you already working on a Portlet/Bridge support? It would be realy nice to have a lightweight alternative to seam.
            Felix

            • 3. Re: JSR 299, Liferay, Portlet
              nickarls

              Sorry, don't know anything about that. You might want to check with the people at ICESoft...

              • 4. Re: JSR 299, Liferay, Portlet
                pmuir

                I need a real name wrote on Jul 23, 2009 10:00:


                Hey Nicklas,
                Thanks for you quick reply! Is there any Road-Map? Are you already working on a Portlet/Bridge support? It would be realy nice to have a lightweight alternative to seam.
                Felix


                We will integrate portlet through the JBoss Portlet Bridge, as for Seam. Timeframe as yet unknown, but I would guess Winter 2010.


                As for your error, you have the servlet-api.jar in your classpath too many times.