Serialization Exception on the Client with Bags

2010-09-02 Thread cokol
hello, I'm using TO of kind: Action { String a,b; ArrayListContainer list; } class Contianer implements IsSerializable { Integer i; MySerializableClass c; } and service: interface MyService implements RemoteService { void call(Action act); } which fails with exception (see below) when I

Re: Serialization Exception on the Client with Bags

2010-09-02 Thread cokol
SOLVED. see issue On 2 Sep., 11:56, cokol eplisc...@googlemail.com wrote: hello, I'm using TO of kind: Action {  String a,b;  ArrayListContainer list;} class Contianer implements IsSerializable {  Integer i;  MySerializableClass c; } and service: interface MyService implements