I had a look through the code.
com.google.gwt.requestfactory.server.RequestFactoryInterfaceValidator
has a (rather unfortunately named) method called
checkIdAndVersion(ErrorContext logger, Type domainType) in line 1001.
However, this method also checks for a find method. Is this a bug?
In other words, is the find method used internally or can we ignore
it?
/Henrik