I have temporarily fixed this by copying AbstractRequestContext into a super-source directory and making the change there. I also had to call invocations.clear() to avoid duplicate invocations the next time a request is fired. You also need to make sure editedProxies.clear() is not called otherwise all the properties on your proxy will be null on the next request.
It looks like invocations.clear() should also be called when there are violations, otherwise you will get duplicate invocations. I noticed this on the violations because it would display duplicated error messages on the second request. I created http://code.google.com/p/google-web-toolkit/issues/detail?id=6008 for this issue. -- 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.
