Are you closing the PersistenceManager before issuing the query? If not, that could be your problem.
- Jason On Wed, Sep 23, 2009 at 4:56 AM, T_even <[email protected]> wrote: > > 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 have just > checked the http://localhost:8080/_ah/admin (hadn't used it before > today)and from what i saw the data is there so i guess the data is > being saved but not converted back ? There query is the same for both > versions (the work around and the normal one). > > I don't know if this info will be relevant but i am using eclipse > 64bits with windows 7 64bits, eclipse is running on the 64bits jdk but > the project is running on a 32bits jdk. I am using the 32bit jdk for > the project because otherwise i will get an error with the google app > engine emulator. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
