2 Replies Latest reply on Mar 11, 2009 5:08 PM by ylazzari

    JSF 2.0 Support

      Hi,


      I was wondering if anyone had any idea when JSF 2.0 would be supported in Seam?  I tried switching my GlassFish v2 server to use the latest mojarra release (2.0.0-PR2) and I had some issues with classes in seam-debug referring to Facelets classes that have changed package name when Facelets was integrated into JSF 2.0.  It's probable that other things would need to be updated but that's the one thing I came across.  I searched on Seam's JIRA but couldn't find anything that had to do with JSF 2.0 support.


      Thanks.

        • 1. Re: JSF 2.0 Support
          joblini

          I guess that lots of people are waiting for this .. there are so many interesting developments on the horizon with JSF 2/2.1, Web Beans, and Bean Validator!


          Did you try turning off @DEBUG@ in components.xml?

          • 2. Re: JSF 2.0 Support

            It was already off.  I got further by simply removing the seam-debug jar from the classpath but then I ran into other compatibility issues with RichFaces so I gave up.  I guess it's quite understandable, with the specification not even being final and all.  Still, it would have been nice to start using some of the new features.