Hello everyone

I added some propertys to a class which I use to store objects in a 
datastore. Now I am getting the above error message when I try to delete a 
object from the datastore. Of course I tried emptying the datastore because 
of the changed class but that didnßt help. I didn´t change anything in the 
function where the error is thrown:

    @Override
    public myClass removeMyClass(myClass objectMyClass) {
        Objectify ofy = ObjectifyService.begin();
        ofy.delete(objectMyClass);
        return objectMyClass;
    }


I am only making some changes to this application which was written by some 
other guys, so I am pretty helpless at the moment...

Thanks for any help.

-- 
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.

Reply via email to