On Tue, Jan 19, 2010 at 4:55 PM, Bert Peters <[email protected]> wrote: > Alright, here we go. > Somewhere in execution, 2 dates, 4 double fields and an integer list > are updated to new values. During checkup in the rest of the program, > everything seems OK. > Then, upon finish, at pm.close(), all updated variables are saved, > except for the integer list. Enough information? Not really.. source code is always better...
Did you already look into default fetch groups? (@Persistent(defaultFetchGroup = "true"). I guess your list is simply not fetched by default and your integer list is null... Raphael > > On Jan 19, 2:22 pm, John Patterson <[email protected]> wrote: >> On 19 Jan 2010, at 19:43, Bert Peters wrote: >> >> > A class, handled by some other >> > class, saves only partial updates. >> >> I think you'll need to give a bit more context. > > -- > 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. > > > >
-- 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.
