I am not using OpenPersistenceManagerInViewFilter, but I am using Spring to create the PersistenceManager at the beginning of the a request. If am changing many objects, and I seem to have problems where they don't get stored to the datastore. I can check right before I close the PersistenceManager that they objects are dirty, but they don't seem to update the datastore.
I have found a hacky workaround, that if I open and close the PersistenceManager pretty close to where I make the change, it seems to store correctly. But this has caused other bugs where I have handles to objects that are part of a closed PersistenceManager. I am not sure this helps you, but I wanted to let you know that other people are having similar problems. --Jeff On Thu, Nov 19, 2009 at 11:48 PM, datanucleus <[email protected]>wrote: > > Any thoughts > > Look at the log perhaps? since it will tell you exactly what happens > (at DEBUG level), and since you present no persistence code I'm not > sure what other replies you're likely to get > > -- > > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=. > > > -- 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=.
