1 2 Previous Next 20 Replies Latest reply on Jan 10, 2008 9:03 AM by dkane Go to original post
      • 15. Re: Entities are lost in SMPC

        I think I got a similar problem opened here: http://jira.jboss.com/jira/browse/JBSEAM-2224. I was trying to trace who nulls the list, and it doesn't look like it's Seam - more likely it's a RichFaces problem...

        Alex

        • 16. Simple test case
          danidacila

          I have changed the original hotelBooking example like this:

          @Name("hotelSearch")
          @Scope(ScopeType.CONVERSATION)
          public class HotelSearchingAction implements Serializable {
          ...
          @Begin(join = true)
          public void find() {
          ...
          }
          ...
          }

          and

          @Name("hotelBooking")
          public class HotelBookingAction
          {
          ...
          @Begin(nested = true)
          public void selectHotel(Hotel selectedHotel)
          {
          ...
          }
          ...
          }


          exactly the same.
          1st search - everything ok
          hit view hotel - ok
          hit cancel - the search view presents all the hotels but their attributes are empty (null).

          • 17. Re: Entities are lost in SMPC

            This should all be fixed now. If anyone has experienced this problem, please try Seam CVS and let me know if there are any other issues with this.

            • 18. Re: Entities are lost in SMPC
              dkane

               

              "norman.richards@jboss.com" wrote:
              This should all be fixed now. If anyone has experienced this problem, please try Seam CVS and let me know if there are any other issues with this.


              I can not use CVS right now, and followed link from Seam Wiki "download nightly builds" :
              http://hudson.jboss.org/hudson/job/JBossSeam/lastBuild/

              The latest build is marked unstable, and previous build pages contains no download links...
              How do I download stable nightly build ?

              • 19. Re: Entities are lost in SMPC
                pmuir

                The "unstable" just means some tests are failing - anyway, currently this is due to problems with the test container (which I've been working on), not Seam so I would use that build.

                • 20. Re: Entities are lost in SMPC
                  dkane

                  Reading "Release notes" for 2.0.1CR1 , I don't see JBSEAM-2214 in the list of solved issues.
                  The date of 2.0.1CR1 is 2007.12.12 .
                  JBSEAM-2214 issue was marked as solved in November 2007.

                  Is it actually fixed in 2.0.1CR1 available on downloads page, or nightly builds remains the only option to get it fixed ?


                  1 2 Previous Next