Re: Random SerializationException

2011-09-26 Thread Maverick
Update: I still don't know why the SerializationException was appearing each time on a different class, but in the end it turned out that a leaf-level class was responsible. Problem solved. On Sep 25, 10:32 pm, Maverick alberto.si...@gmail.com wrote: Thanks for your reply; I'll try to

Random SerializationException

2011-09-25 Thread Maverick
Hi all I'm experiencing a problem that seems pretty absurd: I have a complex GWT app, which spans over several projects; from a while ago (not sure when it started exactly) the app is loaded successfully and a data structure is sent over RPC, but, if I reload the page, the *same* RPC call fails

Re: Random SerializationException

2011-09-25 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you don't send the same data the second time. my experience says that this can have a thousand reasons which are not even hinted at by the error message. something in your class makes the gwt compiler think that it cannot be serialized or the gwt

Re: Random SerializationException

2011-09-25 Thread Maverick
Thanks for your reply; I'll try to investigate more. What is disorienting me is that the type, which is not said to be serializable, also changes on different calls. Could you please tell me something more about your experience and possible checks to do? That would help greately, because I