So is there another way I can perform a batch update since makePersistentAll doesn't do it?
When I tried to do the batch update with the low-level API, the DatastoreService put() call didn't save the objects. It seemed to write blank copies of the objects with all the fields set to null. The second write was JDO correctly saving the objects with the modified data. So there was something wrong with how I was saving them with the DatastoreService. What's the proper way to write a modified JDO object with the low-level API? Thanks. -- 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.
