[appengine-java] Re: Lists not being saved with JDO

2009-09-23 Thread T_even
Hey, I am executing a query after i have saved the object to check if all the data is saved/restored. Right now i am using a work around, instead of letting the engine take care of the list i am serializing the list myself and saving them in a byte array. It isn't pretty but it is working. Also i

[appengine-java] Lists not being saved with JDO

2009-09-21 Thread T_even
Hello, I am new to google app engine and i am having some trouble in saving some data. I have a class that have lists, those list have been 'declared' persistent and i don't want any relation to be involved. However when i try to save the object the data on the lists aren't saved. From what i re