Sunday, February 26, 2012

Re: Is it possible to transfer list of EntityProxy between client and server using Requestfactory

Problem solved, turned out to be the polymorphism problem.


On Monday, February 27, 2012 11:50:59 AM UTC+8, July wrote:
HI:
Just like below, Is it possible to transfer list of EntityProxy between client and server using RequestFactory? i didn't see any spec related to this in RF doc. And i always get NPE when using maven processor plugin to validate. Thanks.

@Service( value =foo.class, locator = bar.class )
public interface CustomerRequest extends RequestContext
{
    Request<Long> count( List<String> searchparams, List<MyEntityProxy> parent );
}

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ySt1awIBn2YJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment