1 2 Previous Next 21 Replies Latest reply on Dec 22, 2008 12:05 PM by bina Go to original post
      • 15. Re: Seam 2.1 is out!
        recool.qiao_haibo.hotmail.com

        well the download link is not broken, sourceforge is being banned from China, again!
        anyway, i managed to download it via a http proxy.

        • 16. Re: Seam 2.1 is out!
          thomash

          Hey,
          I am trying to check out the 2.1.0.GA and it seems alright.
          But can someone explain me why some interfaces of classes has been changed?
          For instance the methods


          org.jboss.seam.security.Identity.isCredentialsSet()


          and


          org.jboss.seam.security.Identity.getDefaultCallbackHandler() [protected]



          are apparently missing.
          They both are not deprecated in the 2.0.1.GA release so I find it a bit strange (and this is causing me some trouble too).
          Hopefully the API won't be changed in every release.

          • 17. Re: Seam 2.1 is out!
            shane.bryzak

            2.1.0.GA contained a huge number of changes for security, and unfortunately some of the new features required this minor API breakage.  I apologise that these two methods weren't mentioned in the migration guide, they should have been.  For reference, they've been replaced with Credentials.isSet() and Credentials.createCallbackHandler(), respectively.

            • 18. Re: Seam 2.1 is out!
              thomash

              The Credentials.isSet() I found easily myself, but I did wonder what happend with the getDefaultCallbackHandler().
              Thanks a lot!

              • 19. Re: Seam 2.1 is out!
                mader

                First impression: introduce more bugs than resolved.


                Latest wonder: using Events.instance().raiseEvent() nullify any field that have something to do with @In and/or @Out. This renders my code completely non-functional.


                Do you test this whole contraption at all? I have really enough of bloated, insanely slow and bugged like hell systems.

                • 20. Re: Seam 2.1 is out!
                  tony.herstell1

                  5 GA is out aint it.

                  • 21. Re: Seam 2.1 is out!
                    bina

                    I'm using in my Web Application these frameworks:


                    Seam-Version: 2.0.1.GA
                    RichFaces-Version: 3.2.0.GA


                    and I loaded in my project these jars file:


                    richfaces-api-3.2.0.GA.jar
                    richfaces-impl-3.2.0.GA.jar
                    richfaces-ui-3.2.0.GA.jar
                    jboss-seam-ui.jar
                    jboss-seam-debug.jar
                    jboss-seam.jar
                    jboss-el.jar
                    jboss-archive-browsing.jar


                    I'd like to upgrade the Seam and Richfaces versions to try solving some problems with scrollableDataTable: If I select a row in a list with 50 items and 22 columns, I have to waiting for several minutes... my customer is not too happy about it.


                    So, I downloaded Richfaces 3.2.2 and I'd like to upgrade also Seam but I don't know wich version is compatible with it and which jar files I need.


                    thanks in advance

                    1 2 Previous Next