Re: RequestFactory with Collections of ValueProxy in a ValueProxy

2011-08-07 Thread Daghan
Hi Alexandre, Thanks for posting this link. I've wasted my whole weekend on this issue -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: RequestFactory with Collections of ValueProxy in a ValueProxy

2011-06-21 Thread Alexandre Ardhuin
it looks like http://code.google.com/p/google-web-toolkit/issues/detail?id=6354 Alexandre. 2011/6/20 Alexandre Ardhuin alexandre.ardh...@gmail.com Hi all, I face a very strange behavior on requestFactory with GWT-2.3. Sometimes, java.util.SetT collections are not deserialized as expected

RequestFactory with Collections of ValueProxy in a ValueProxy

2011-06-20 Thread Alexandre Ardhuin
Hi all, I face a very strange behavior on requestFactory with GWT-2.3. Sometimes, java.util.SetT collections are not deserialized as expected (java.util.ListT works well). Some elements are missing. Here's the code that illustrates the problem : // -- //