- 
        15. Re: Entities are lost in SMPCasavitsky Nov 8, 2007 1:33 PM (in response to dkane)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 casedanidacila Nov 12, 2007 1:48 AM (in response to dkane)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 SMPCnorman.richards Nov 16, 2007 10:46 AM (in response to dkane)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 SMPCdkane Dec 6, 2007 4:15 AM (in response to 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 SMPCpmuir Dec 6, 2007 6:11 PM (in response to dkane)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 SMPCdkane Jan 10, 2008 9:03 AM (in response to 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 ?
 
     
     
    