10 Replies Latest reply on May 7, 2012 7:43 AM by mdesignz

    Seam 2.3.0.Beta1 is out

    manarh

      Seam 2 reached one of milestone in 2.3.0 roadmap - 2.3.0.Beta1 release. We plan to do another 2.3.0.Beta2 release this month to finish Arquillian testsuite integration and fix Seam Gen. After that we will focus on fixing bugs/issues to finish the 2.3.0 roadmap.

       

      More details in my blog post https://community.jboss.org/blogs/marek-novotny/2012/04/02/seam-230beta1-is-out

        • 1. Re: Seam 2.3.0.Beta1 is out
          mdesignz

          AWESOME!!!!!!!   Thanks Marek!

          • 2. Re: Seam 2.3.0.Beta1 is out
            ktorp

            Hehe.. that explain why no news was out after you branch yesterday

             

            This is great news. I look forward to do a test migration of our 2.2.2 project. I'm specially curious on how the jar puzzle will play out this time.

            • 3. Re: Seam 2.3.0.Beta1 is out
              zenig

              Long awaited news! Looking forward to JSF2 and Maven support.

              • 4. Re: Seam 2.3.0.Beta1 is out
                serkan

                Woow great !

                 

                Can we now make easily deployments on JBoss AS 7 ?

                • 5. Re: Seam 2.3.0.Beta1 is out
                  manarh

                  Serkan Eskici wrote:

                   

                  Woow great !

                   

                  Can we now make easily deployments on JBoss AS 7 ?

                  You can. The best is to look at examples, for instance at Booking example. you can run maven build and then do deploy by:

                  mvn package; cd booking-ear; mvn jboss-as:deploy
                  

                   

                  The example contains data source definition in EAR and specific deployment configuration for JBoss AS7.

                  • 6. Re: Seam 2.3.0.Beta1 is out
                    oyesiji77

                    Can't run it, using maven 3 and when i run mvn clean install i get

                     

                    [ERROR] Failed to execute goal on project jboss-seam: Could not resolve dependencies for project org.jboss.seam:jboss-seam:ejb:2.3.0.Beta1: The following artifacts could not be resolved: org.drools:drools-core:jar:5.1.1, org.drools:drools-compiler:jar:5.1.1, org.drools:drools-templates:jar:5.1.1, org.drools:drools-decisiontables:jar:5.1.1, org.jbpm.jbpm3:jbpm-jpdl:jar:3.2.10.SP3_seam2, org.jboss.el:jboss-el:jar:1.0_02.CR6, org.jboss.seam.embedded:jboss-embedded-api:jar:beta3.SP15, org.opensymphony.quartz:quartz:jar:1.6.5: Failure to find org.drools:drools-core:jar:5.1.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

                     

                     

                    And i have all jboss-public-repository configured

                    • 7. Re: Seam 2.3.0.Beta1 is out
                      manarh

                      Jubril Oyesiji wrote:

                       

                      Can't run it, using maven 3 and when i run mvn clean install i get

                       

                      [ERROR] Failed to execute goal on project jboss-seam: Could not resolve dependencies for project org.jboss.seam:jboss-seam:ejb:2.3.0.Beta1: The following artifacts could not be resolved: org.drools:drools-core:jar:5.1.1, org.drools:drools-compiler:jar:5.1.1, org.drools:drools-templates:jar:5.1.1, org.drools:drools-decisiontables:jar:5.1.1, org.jbpm.jbpm3:jbpm-jpdl:jar:3.2.10.SP3_seam2, org.jboss.el:jboss-el:jar:1.0_02.CR6, org.jboss.seam.embedded:jboss-embedded-api:jar:beta3.SP15, org.opensymphony.quartz:quartz:jar:1.6.5: Failure to find org.drools:drools-core:jar:5.1.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

                       

                       

                      And i have all jboss-public-repository configured

                      I doubt that you have correct setup, because the Maven Error message says that it searched only in http://repo1.maven.org/maven2. I would recommend to use the Maven settings from http://anonsvn.jboss.org/repos/seam/tags/JBoss_Seam_2_3_0_Beta1/build/settings.xml.

                       

                      Drools are available here https://repository.jboss.org/nexus/content/groups/public/org/drools/drools-core/5.1.1/

                      • 8. Re: Seam 2.3.0.Beta1 is out
                        gebuh

                        Marek, is there a matrix of component versions for 2.3? We're in an upgrade no-man's land, I'm on jboss5, I'd like to go to 2.3 before I go to jboss7.  But 2.3 uses hibernate 4, I don't think that plays well with 5.

                        • 9. Re: Seam 2.3.0.Beta1 is out
                          lvdberg

                          Marek,

                           

                          just tested the Beta and it works really great on AS6.

                          Tested it with Rich 4 and PrimeFaces, both give promising results (I haven't had time to test all teh components yet)

                           

                          At the moment I only can't make it work in combination with Hibernate Search, because it has a dependency on Hibernate 4 and migrating to AS7 is not an option for the moment.

                           

                          Thanks a lot,

                           

                          Leo. 

                          • 10. Re: Seam 2.3.0.Beta1 is out
                            mdesignz

                            Getting ready to convert our app to the 2.3.0.Beta and AS7.   Thanks again for doing this!!