In my RequestContext a have a method with signature: Request<Void> doSomething(java.util.Map<EntityAProxy, java.util.List<EntityBProxy>> myMap);
for which I'm having error "java.util.Map cannot be used here". As per http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html#transportable myMap *should* be transportable. GWT compilation doesn't give me any error. If I drop java.util.List from method and leave just java.util.Map<EntityAProxy, EntityBProxy> that validates ok. GWT is 2.6.1 Is this a bug in requestfactory-apt.jar or am I missing something? -- 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/d/optout.
