first, sorry all for writing the full error log inside, but I found an
easy solution. The solution is simple and is the following:
In the find method, of the Locator, I have to add the following
catch (javax.jdo.JDOObjectNotFoundException e) {
return null;
}
to return null for the object, and then SimpleRequestProcessor is
looking if the object isLive, and understands that this is the delete
operation.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-web-toolkit?hl=en.