Re: RequestFactory edit List of Proxies

2011-05-16 Thread gwtomni gwtomni
Thank you for your answer, At the beginning I thought that any object instantiated by the RequestFactory in the server side will still be managed by the RequestFactory it self, and any re-instantiation will be avoided server side. But now I discovered that we have to implement the static

Re: RequestFactory edit List of Proxies

2011-05-14 Thread David Chandler
Can you share your code that's making the server call, including the service interface? The error suggests that an entity has been deleted on the server, or perhaps you're sending an incorrect ID. /dmc On Fri, May 13, 2011 at 8:38 AM, gwtomni gwtomni gwto...@gmail.com wrote: Hello everyone,

RequestFactory edit List of Proxies

2011-05-13 Thread gwtomni gwtomni
Hello everyone, I've retreived a list of contactProxies from the server. now I'm trying to modify these contactProxies and to send the modification to the server. unfortunatly I've this error: 16:32:36.635 [ERROR] [ApplicationStarter] Uncaught exception escaped