Re: [appengine-java] Re: One to many sample application needed on GWT

2010-01-22 Thread Ikai L (Google)
Can you post the code for your query? Child objects are lazily loaded, so if you close the Persistence Manager before retrieving them it will return an empty List. On Wed, Jan 20, 2010 at 4:34 PM, Dave wrote: > I had gotten my application to save data, but my queries are returning > nothing. I s

[appengine-java] Re: One to many sample application needed on GWT

2010-01-20 Thread Dave
I had gotten my application to save data, but my queries are returning nothing. I see my data in both the parent and the child. I am getting a "java.lang.IndexOutOfBoundsException: Index: 0, Size: 0" error when I try to iterate through the child data. One of the strangest thing is that my primary K