Cannot get JPA enhanced object from GAE server through GWT-RPC

2011-10-25 Thread Jean-Marc Truillet
Hello, I would like to know if I am facing a limitation of GWT. I have stored a JPA entity with owned OneToOne and OneToMany relationships in GAE DataStore through GWT-RPC without any problem. I've succeeded in retrieving the main entity alone, as well as the main entity with the entity linked

Re: Cannot get JPA enhanced object from GAE server through GWT-RPC

2011-10-25 Thread Patrick Julien
In order for this to be solved by GWT 2, you need to be using RequestFactory instead of GWT-RPC. http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html List, Set and Collection will be properly copied to a shim when using this facility -- You received this message because