Re: [appengine-java] Re: Unable to delete entities

2011-04-08 Thread Ben
Ahhh. Thanks Didier! That makes sense, and should have been obvious! -Ben http://www.liink.it http://about.me/benjaminc On Thu, Apr 7, 2011 at 11:21 PM, Didier Durand wrote: > Hi, > > You should try querying them all (so that you don't have to create an > invalid query) via a Java program an

[appengine-java] Re: Unable to delete entities

2011-04-07 Thread Didier Durand
Hi, You should try querying them all (so that you don't have to create an invalid query) via a Java program and then check the value of the property once the object is instantiated in order to issue a delete if the prop value is wrong. You may have to do this via chained queued tasks if your data