Hello, I did the following Objectify ofy = ObjectifyService.begin(); I created few entities in a loop (exactly 90). There is no parent for the entities. Then I said ofy.put(listOfEntities)
The request was successful. There was no DeadlineExceededException. However, only one entity was persisted, instead of ninety. Any idea, what would have gone wrong. Can this be a datastore issue? Appengine team, Is there a way to trace back in any logs and see what happened. Thanks, -Aswath -- 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.
