Re: Insane RPC Serialization Error.

2011-08-26 Thread Gianluigi
... http://code.google.com/p/google-web-toolkit/issues/detail?id=6229 so weird... Da: dreamer venugopal.vasire...@gmail.com A: Google Web Toolkit google-web-toolkit@googlegroups.com Inviato: Lunedì 22 Agosto 2011 15:36 Oggetto: Re: Insane RPC Serialization Error

Re: Insane RPC Serialization Error.

2011-08-23 Thread geert3
I had a similar unexplicable problem that went away after upgrading to 2.3 - worth a shot perhaps -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Insane RPC Serialization Error.

2011-08-22 Thread Gianluigi
Hi to all, It's several days I'm struggling with this error. I make a rpc call from GWT client to a server passing an object. This pojo contain several data ... and a String with some JSON stuff. The call in DEBUG mode works absolutely fine. Not only in debug mode, but when I use the

Re: Insane RPC Serialization Error.

2011-08-22 Thread Gianluigi
Oggetto: Insane RPC Serialization Error. Hi to all, It's several days I'm struggling with this error. I make a rpc call from GWT client to a server passing an object. This pojo contain several data ... and a String with some JSON stuff. The call in DEBUG mode works absolutely fine. Not only

Re: Insane RPC Serialization Error.

2011-08-22 Thread J.Ganesan
this... Da: Gianluigi dava...@yahoo.it A: Google Web Toolkit google-web-toolkit@googlegroups.com Inviato: Lunedì 22 Agosto 2011 10:30 Oggetto: Insane RPC Serialization Error. Hi to all, It's several days I'm struggling with this error. I make a rpc call from GWT client

Re: Insane RPC Serialization Error.

2011-08-22 Thread Stefan Ollinger
don't know how I should resolve this... Da: Gianluigidava...@yahoo.it A: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Inviato: Lunedì 22 Agosto 2011 10:30 Oggetto: Insane RPC Serialization Error. Hi to all, It's several days I'm struggling

Re: Insane RPC Serialization Error.

2011-08-22 Thread Jambi
-web-toolkit@googlegroups.com Inviato: Luned 22 Agosto 2011 10:30 Oggetto: Insane RPC Serialization Error. Hi to all, It's several days I'm struggling with this error. I make a rpc call from GWT client to a server passing an object. This pojo contain several data ... and a String

Re: Insane RPC Serialization Error.

2011-08-22 Thread Gianluigi
$={...} ... Da: Jambi michael.lukaszc...@googlemail.com A: Google Web Toolkit google-web-toolkit@googlegroups.com Inviato: Lunedì 22 Agosto 2011 14:48 Oggetto: Re: Insane RPC Serialization Error. Could you post the class contents? Maybe we can see something in your code. On 22 Aug., 15:08

Re: Insane RPC Serialization Error.

2011-08-22 Thread dreamer
: Gianluigidava...@yahoo.it A: Google Web Toolkitgoogle-web-toolkit@googlegroups.com Inviato: Luned 22 Agosto 2011 10:30 Oggetto: Insane RPC Serialization Error. Hi to all, It's several days I'm struggling with this error. I make a rpc call from GWT client to a server passing

Re: Insane RPC Serialization Error.

2011-08-22 Thread Stefan Ollinger
:* Re: Insane RPC Serialization Error. Could you post the class contents? Maybe we can see something in your code. On 22 Aug., 15:08, Stefan Ollinger stefan.ollin...@gmx.de mailto:stefan.ollin...@gmx.de wrote: Some days ago I had a similar problem. Development version worked fine

Re: Insane RPC Serialization Error.

2011-08-22 Thread Jambi
Try to reproduce the error with a small example. I would also recommend that. Are the classes KeyItem and LookupRow serializable? Do they implement an interface for serialization? Because they need to. check out this documentation: