I have an application that creates a Set<MyClassProxy> (a ValueProxy), and sends that set across the wire using the RequestFactory.
When I add 3 distinct elements into the set and fire the context, I only get one item in the set on the server side. What is interesting is that I can see my setters being called inside my bean class, so I know all three instances are constructed. I only see the hashCode() method called once, meaning something inside the RequestFactory must be clobbering them before they're added to the HashSet. Has anyone seen this behavior before? I have other places in the application that pass Set<EntityProxy>s across the wire, so it's not happening all the time. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
