Re: An IncompatibleRemoteServiceException was thrown while processing this call
Resolved.
In a sense, the editor actually was an attribute of the Member object,
because I was using a form of the observer pattern. The member object
had an attribute of type List that contained "observers", and the
instance of the panel, the view, was stored as part of this list.
(the design is a carry over from when this application was only a
desktop application - it's clearly problematic for the web and I need
to change some things). Any way, by setting the observers attribute
to an empty ArrayList before making the RPC call in my code, that
solved the problem, because no view panels were being serialized, nor
should they be.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home