Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

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

19 views
Skip to first unread message

July

unread,
Feb 26, 2012, 10:50:59 PM2/26/12
to google-we...@googlegroups.com
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 );
}

July

unread,
Feb 27, 2012, 12:59:15 AM2/27/12
to google-we...@googlegroups.com
Problem solved, turned out to be the polymorphism problem.
Reply all
Reply to author
Forward
0 new messages