8 Replies Latest reply on Oct 24, 2008 5:13 AM by six-p4ck

    RichFaces on websphere 7

    six-p4ck

      Hello all.

      Is it possible to use richfaces in WAS7.

      Someone have tutorial for this work?

      thx

        • 1. Re: RichFaces on websphere 7
          nbelaevski

          Hello,

          Do you have any specific problems running RichFaces with WAS7?

          • 2. Re: RichFaces on websphere 7
            six-p4ck

            Hi

            I Can deploy and lunch the "Ready-to-Deploy war RichFaces Demo" (richfaces-demo-3.2.2.GA-jee5.war)

            but when i call the Context Root:

            Error 404: SRVE0190E: File not found : {0}


            when i call index.jsp:
            CPU loop, nothing display on browser web and this in log SystemOut:

            [21/10/08 9:06:13:309 CEST] 00000015 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [richfaces-demo-3_2_2_GA-jee5_war] [/richfaces] [/index.jsp] : Initialisation finish.
            [21/10/08 9:06:13:371 CEST] 00000015 CacheManager I org.ajax4jsf.cache.CacheManager getCacheFactory Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory


            nothing else. i can't run sample... And i don't know how integrate richface in RAD (RAD is eclipse customized by IBM)...

            • 3. Re: RichFaces on websphere 7
              elik

              I have the same problem in WAS 7.0.
              Richfaces 3.3.0-SNAPSHOT.

              • 4. Re: RichFaces on websphere 7
                nbelaevski

                Got it. Let us check.

                • 5. Re: RichFaces on websphere 7
                  six-p4ck

                  Great.

                  Already Thanks.

                  • 6. Re: RichFaces on websphere 7
                    six-p4ck

                    Same bug when i do this:

                    # Set a Websphere web container custom property com.ibm.ws.webcontainer.invokefilterscompatibility = true.
                    # Set a Websphere web container custom property prependSlashToResource = true.
                    # From the "Enterprise Applications" list select: jboss-seam-jpa--> Manager Modules --> jboss-seam-jpa.war and set the class loader option to Classes loaded with application class loader first, and then Apply
                    # From the "Enterprise Applications" list select: jboss-seam-jpa--> Class loading and update detection link and set the class loader option to Classes loaded with application class loader first, and then Apply.
                    


                    • 7. Re: RichFaces on websphere 7
                      nbelaevski

                      Unfortunately 3.1.6 and 3.2.2 versions are not working with WAS 7 due to: https://jira.jboss.org/jira/browse/RF-4537 (already fixed in 3.3.0-snapshot).

                      I was able to launch latest 3.3.0-snapshot demo successfully. I'm getting

                      Error 404: SRVE0190E: File not found : {0}
                      but you can use welcome.jsf page to access the demo, e.g.: http://localhost:9080/richfaces-demo-3.3.0/welcome.jsf




                      • 8. Re: RichFaces on websphere 7
                        six-p4ck

                        perfect. tanks you