Re: RPC Serialization Issue may be?

2010-05-11 Thread petko
figured it out - was missing the no argument constructor. an exception / error would have made it easier to identify. -- 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-tool...@googlegroups.com.

Re: RPC Serialization Issue may be?

2010-05-11 Thread petko
figured it out - was missing the no argument constructor. an exception / error would have made it easier to identify. -- 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-tool...@googlegroups.com.

RPC Serialization Issue may be?

2010-04-30 Thread petko
hi, i am having a weird serialization problem. I am using GXT and they have these concept of BaseModel (effectively a map). This works fine in the sense that RemoteServiceServlets return ListBaseModel to the client with no issues. Now i am trying send one such object = ListBaseModel to 1 Servlet

can / how do i inherit google-collections?

2010-03-12 Thread petko
i want to be able to use : Lists.newArrayList() for example in my client gwt code. but get this error: 00:00:42.573 [ERROR] Line 97: No source code is available for type com.google.common.collect.Lists; did you forget to inherit a required module? the google-collections jar is specified the same