1 2 3 4 5 Previous Next 68 Replies Latest reply on Dec 11, 2011 3:43 AM by clausthaler Go to original post
      • 60. Re: Seam Compatibility with JSF 2
        mana.hotmana76.gmail.com

        Robert Morse wrote on Jul 01, 2011 09:36:


        I'm currently using Maven2 for my Seam builds because PrimeFaces 1.1 requires a skinny war deployment, and I'm having issues with Maven 3 producing the required EAR.  In any case, I used Maven 3 for Marek's source, but it had some issues finding the Richfaces 3.3.3.Final jars and plugins.  I Googled them, and found repositories that had them.   I added the following to the head POM.  There are probably other locations, but these worked. 

        The link in Marek's post above, requires a password.



        Oh, sorry anonymous SVN link is here - http://anonsvn.jboss.org/repos/seam/branches/community/Seam23/build/settings.xml

        • 61. Re: Seam Compatibility with JSF 2
          ruski77
          Thanks for your help Marek and Robert. I am now able run my application using Seam 2.3, JSF 2 (Primefaces 3.0-M1). Although I had to apply the update to the SeamViewHandler class in JIRA item JBSEAM-4652 as I was getting the following error when transitioning from one page to another:

          14:17:17,033 DEBUG [ExceptionFilter] handling uncaught exception
          javax.servlet.ServletException
                  at javax.faces.webapp.FacesServlet.service(FacesServlet.java:521)
                  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
                  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                  at org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)
                  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                  at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(org.jboss.seam.servlet.SeamFilter:83)
                  at org.jboss.seam.web.LoggingFilter.doFilter(org.jboss.seam.web.LoggingFilter:60)
                  at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(org.jboss.seam.servlet.SeamFilter:69)
                  at org.jboss.seam.web.IdentityFilter.doFilter(org.jboss.seam.web.IdentityFilter:40)
                  at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(org.jboss.seam.servlet.SeamFilter:69)
                  at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(org.jboss.seam.servlet.SeamFilter:73)
                  at org.jboss.seam.web.ExceptionFilter.doFilter(org.jboss.seam.web.ExceptionFilter:64)
                  at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(org.jboss.seam.servlet.SeamFilter:69)
                  at org.jboss.seam.web.RedirectFilter.doFilter(org.jboss.seam.web.RedirectFilter:45)
                  at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(org.jboss.seam.servlet.SeamFilter:69)
                  at org.jboss.seam.servlet.SeamFilter.doFilter(org.jboss.seam.servlet.SeamFilter:158)
                  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
                  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
                  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
                  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
                  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
                  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
                  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
                  at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
                  at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
                  at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
                  at java.lang.Thread.run(Thread.java:662)
          Caused by: java.lang.NullPointerException
                  at org.jboss.seam.document.DocumentStorePhaseListener.beforePhase(org.jboss.seam.document.DocumentStorePhaseListener:38)
                  at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
                  at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
                  at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)


          After I applied that update, I have been able to navigate around my application and perform updates without error.

          Marek, is this fix something you are yet to implement into Seam 2.3 project?

          Thanks for your time...

          Russell
          • 62. Re: Seam Compatibility with JSF 2
            mana.hotmana76.gmail.com

            Russell Adcock wrote on Jul 02, 2011 00:58:


            ...

            After I applied that update, I have been able to navigate around my application and perform updates without error.

            Marek, is this fix something you are yet to implement into Seam 2.3 project?

            Thanks for your time...

            Russell


            Correct - that issue is still opened in JIRA so you can expect it will be solved in 2.3.0-Alpha. I marked my git repo as Experimental/Sandbox till I get the whole migration into original SVN repo to retain previous history changes.

            • 63. Re: Seam Compatibility with JSF 2
              mdesignz

              Hello,
              Just curious if there's been any further progress on Seam 2.3?   Any current estimates?

              • 64. Re: Seam Compatibility with JSF 2
                mdesignz

                Anyone??  Beuller?  Anyone??

                • 65. Re: Seam Compatibility with JSF 2
                  clausthaler

                  Any progress the seam team can share?

                  • 66. Re: Seam Compatibility with JSF 2
                    mdesignz

                    Well, it's been 2 months since any update on this.  I gotta tell you, the lack of professionalism is staggering.  First, it's Seam 2 Supports JSF2!   Then, it's Well, there are some problems, but we're going to fix them!.   Now....nothing.   If it's not going to be supported, then say so.  If it is, then please provide updates.  Quite frankly, I'd be willing to pay someone on the Seam team to get this integrated into the official build.  I'm sure others would be willing to contribute as well.


                    But let's put this to rest once and for all:   Will Seam 2.x support JSF2?  If so, when?

                    • 67. Re: Seam Compatibility with JSF 2
                      oyesiji77

                      Has this been fixed. I want to stick with Seam 2 but upgrade the JSF to 2

                      • 68. Re: Seam Compatibility with JSF 2
                        clausthaler
                        1 2 3 4 5 Previous Next