1 2 Previous Next 21 Replies Latest reply on Jun 25, 2008 7:01 AM by ssidhanta Go to original post
      • 15. Re: JSF Portlet tutorial out of date?
        desropolis

        Darn.

        I was successful only in getting the JSF tutorial to run, not Seam.

        This stinks. I was hoping to select the JBoss stack for my next implementation. Maybe I still can. It seems as though things are really in flux, here. I think it is a good kind of flux, but it is still flux.

        I noticed the same thing back when I tried JBossIDE actually. There was a lot of "no, you'll need this jar now," and "download the latest version of this."

        Maybe it's a JBoss thing. The people I'll be working with won't have limitless patience with it. I guess its the price of being on the cutting edge?

        Dean

        PS Honestly I don't know what you can do now. You need features/bugfixes of 2.6.1? Maybe you can wait until they sort this Seam/Portlet thing out.

        • 16. Re: JSF Portlet tutorial out of date?
          theute

          Seam support for portlets has always been experimental:
          http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet

          You can try to use it at your own risks (and eventually report the bugs).

          We have 2 choices:
          - We wait till everything works perfectly together and we restrict people from using new features and we release a thing every 2-3 years (Commercial style).
          - We release things when they are ready. Since we use a public SVN, it somehow gets released anyway.

          So JBoss Seam works, JBoss Portal works, the combination of the two has specified limitations, it shouldn't avoid users to use one or the other.

          See the work done on Ajax4JSF/RichFaces support for portlets, it's getting there (with a delay due on release cycle)

          • 17. Re: JSF Portlet tutorial out of date?

            Hi I am a beginner in Jboss and Seam.

            I am using JBOSS JBPM (jbpm-starters-kit-3.1.2). and I have a JBPM Process which I have implemented using Eclipse and I am calling that process from a JSP using Seam annotations.I am deploying the EAR file to the JBOSS JBPM server.I have included the jBoss-seam.jar with the server\lib directory and also copied the required jsf files to the proper directories.

            But I am getting this error when starting the JBPM homepage and pressing on Log in button:

            java.lang.IllegalArgumentException: Class org.jboss.seam.jsf.SeamApplicationFactory is no javax.faces.application.ApplicationFactory
            javax.faces.FactoryFinder.newFactoryInstance(FactoryFinder.java:126)
            javax.faces.FactoryFinder.getFactory(FactoryFinder.java:101)
            org.apache.myfaces.context.servlet.ServletFacesContextImpl.(ServletFacesContextImpl.java:88)
            org.apache.myfaces.context.servlet.ServletFacesContextImpl.(ServletFacesContextImpl.java:81)
            org.apache.myfaces.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:60)
            javax.faces.webapp.FacesServlet.service(FacesServlet.java:87)
            org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:55)
            org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
            org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
            org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

            • 18. Re: JSF Portlet tutorial out of date?

              If there is no solution to the above exception---then please suggest the way I can call a process from a JSP.

              Thanks in anticipation.

              • 19. Re: JSF Portlet tutorial out of date?
                wesleyhales

                You should be using the JBoss Portlet Bridge http://www.jboss.org/portletbridge/

                • 20. Re: JSF Portlet tutorial out of date?

                  Thanks.I am using jbpm-starters-kit-3.1.2. So will I have to install jboss-portletbridge-1.0.0.B2?Please do guide me regarding the necessary configuration.Thanks again.

                  • 21. Re: JSF Portlet tutorial out of date?

                    Hi,
                    I have downloaded jboss-portletbridge-1.0.0.B2.What do I have to do next to deploy an application with JBPM process, JSP with Seam annotations running?

                    Do i have to copy any jar file from jboss-portletbridge-1.0.0.B2 folder to my jbpm-starters-kit-3.1.2 folder?

                    Please guide me.i have read the documentation from net but it did not help.

                    Thanks

                    1 2 Previous Next