Re: [appengine-java] java.lang.IllegalArgumentException: query not found

2011-04-22 Thread David Gay
Laurent Pellegrino laurent.pellegr...@gmail.com Apr 21 07:38AM -0700 wrote: I am running a task which iterates on Entities retrieved from a query performed with Objectify. For each entity I iterate on, I update some fields and then I save it to the datastore. If the task gets near 10 min I

ReĀ : Re: [appengine-java] java.lang.IllegalArgumentException: query not found

2011-04-22 Thread Laurent Pellegrino
Thanks for these clarifications. Now, I have understood why I was getting an exception. -- 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 google-appengine-java@googlegroups.com. To unsubscribe

[appengine-java] java.lang.IllegalArgumentException: query not found

2011-04-21 Thread Laurent Pellegrino
Hi all, I am running a task which iterates on Entities retrieved from a query performed with Objectify. For each entity I iterate on, I update some fields and then I save it to the datastore. If the task gets near 10 min I submit a new task with a cursor set to the last entity iterated on.