1 2 Previous Next 16 Replies Latest reply on Oct 21, 2007 2:46 AM by lohutch

    Seam nightly builds

    pmuir

      Are now available again and can be found here:

      http://hudson.jboss.org/hudson/job/JBossSeam/lastBuild/

      In fact they are now much frequent than nightly (they should be available about 30 - 60 minutes after a commit is made to CVS). Also, to save disk space, the server only holds the most recent build (old ones are deleted automatically on a successful build).

      Sorry for the disrupted service there! And, JBoss QA is still trialing Hudson afaik so there may some interruptions to service. Feel free to report any continuing problems here, and we can pass them on to QA.

        • 1. Re: Seam nightly builds
          modoc

          Pete,

          great news! Thank you!

          Is there any information on why Hudson was selected over the other tools in the space? I haven't heard of it before, so I was wondering where JBoss saw it shine above the rest of the tools. Thanks!

          Devon

          • 2. Re: Seam nightly builds
            prabhat.jha

            Hi modoc,

            We looked into most of opensource CI tool and hudson met most of our needs. It's coolest features are:

            1. a web GUI to configure and schedule build
            2. distributed builds. one master controls many slaves and slave can be any machine - unix, windows etc.

            More info at http://hudson.gotdns.com/wiki/display/HUDSON/Meet+Hudson

            Regards,
            Prabhat

            • 3. Re: Seam nightly builds
              alanlynott

              If I get the latest nightly build and try and run the Tests for the example projects it still doesn't work.

              Has anyone had any luck getting the example seam tests to work?

              • 4. Re: Seam nightly builds

                Since friday i seem to be getting a 'Could not create Component: org.jboss.seam.core.resourceBundle' error when using the nightly snapshots. The current exception is based on build 245.

                All i did was replace the Seam-2.0.0 beta jars with the ones from the nightly snapshot. Anyone else getting these errors?

                The Goal was to test Richfaces 3.1.0. It doesnt seem to like Seam 2.0.0 beta jars.

                Thanks,
                Nik



                Sep 17, 2007 4:34:53 PM org.apache.catalina.core.StandardContext listenerStart
                SEVERE: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
                java.lang.RuntimeException: Could not create Component: org.jboss.seam.core.resourceBundle
                 at org.jboss.seam.init.Initialization.addComponent(Initialization.java:955)
                 at org.jboss.seam.init.Initialization.installComponents(Initialization.java:882)
                 at org.jboss.seam.init.Initialization.init(Initialization.java:538)
                 at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
                 at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
                 at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334)
                 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
                 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
                 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
                 at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825)
                 at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714)
                 at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
                 at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1206)
                 at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:293)
                 at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
                 at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337)
                 at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601)
                 at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610)
                 at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590)
                 at java.lang.Thread.run(Thread.java:613)
                Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.core.ResourceBundle.bundleNames
                 at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:236)
                 at org.jboss.seam.Component.initInitializers(Component.java:482)
                 at org.jboss.seam.Component.<init>(Component.java:260)
                 at org.jboss.seam.Component.<init>(Component.java:214)
                 at org.jboss.seam.init.Initialization.addComponent(Initialization.java:940)
                 ... 19 more
                
                


                • 5. Re: Seam nightly builds
                  pmuir

                  Use core:resourceLoader instead (see the migration guide)

                  • 6. Re: Seam nightly builds

                    Thanks for the info.

                    I didnt see the migration guide on the wiki so i wasnt fully aware. As reference for others : http://viewcvs.labs.jboss.com/cgi-bin/viewvc.cgi/jboss/jboss-seam/seam2migration.txt

                    Thanks,
                    Nik

                    • 7. Re: Seam nightly builds
                      nickarls

                      Looking at the JIRA roadmap and remaining issues, can one assume that CR2 is coming Real Soon Now(tm)?

                      • 8. Re: Seam nightly builds
                        pmuir

                        yes :)

                        • 9. Re: Seam nightly builds
                          asookazian

                          When is 2.0.0.GA due for release??

                          • 10. Re: Seam nightly builds
                            pmuir

                            In the next couple of weeks with any luck. We're currently improving the coverage of the testsuite - so once that is done, we've updated the docs a bit and fixed any bugs you guys come across we are good to release!

                            • 11. Re: Seam nightly builds
                              dajevtic

                              Any info, if the portal integration of Seam will work before the release?
                              Regards,dj

                              • 12. Re: Seam nightly builds
                                mnrz

                                sorry I don't know whether this is right place to ask this or not
                                but I need to upgrade from 1.1.6 to 1.2 is there any migration guide like Seam 2 migration?

                                thanks

                                • 13. Re: Seam nightly builds
                                  pmuir

                                   

                                  "mnrz" wrote:
                                  sorry I don't know whether this is right place to ask this or not
                                  but I need to upgrade from 1.1.6 to 1.2 is there any migration guide like Seam 2 migration?


                                  No

                                  • 14. Re: Seam nightly builds
                                    pmuir

                                     

                                    "dajevtic" wrote:
                                    Any info, if the portal integration of Seam will work before the release?


                                    No work is planned in this area, but expect work for 2.0.1

                                    1 2 Previous Next