Ok, I found a solution/workaround
here<http://code.google.com/p/google-web-toolkit/issues/detail?id=6794>on
comment #17.
Already tried it, but I couldnt get it working. I fail to create the
RequestFactory.
I guess my declaration of the baseRequest in my RequestFactory is wrong.
It looks like this:
@SkipInterfaceValidation
@Service(value = EntityBase.class, locator = MyServiceLocator.class)
public interface EntityBaseRequest <T extends EntityBaseProxy> extends
RequestContext {...}
But in my RequestFactory it looks like this:
public interface MainRequestFactory extends RequestFactory {
EntityBaseRequest entityBaseRequest();
...}
I guess I got to have the template type here somewhere?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.