share the code for proper answering.

I was getting this exception because In my delete function i was using this 
query "  DELETE LC FROM LoginConfiguration LC ". While the correct one is " 
DELETE FROM LoginConfiguration LC ".


On Thursday, January 17, 2013 8:04:14 PM UTC+5, Werney Ayala wrote:
>
> I created a test that checks whether an object has been deleted from the 
> database, but always returns the following error: "Candidate class could 
> not be found: DELETE"
>
> Find, save and list work perfectly. Has anyone had this error? How to 
> solve?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to