Re: IncompatibleRemoteServiceException & SerializationException Issue.....

2011-07-29 Thread Juan Pablo Gardella
The error is: > > > > Caused by: com.google.gwt.user.client.rpc.SerializationException: > > > > Invalid type signature for com.sample.project.shared.model.UserInfo I google and found some explanations (thanks a T. Broyer again) in this thread

Re: IncompatibleRemoteServiceException & SerializationException Issue.....

2011-07-29 Thread Jugunu
I am not getting it always, after doing a gwtcompile i am getting it sometimes even in dev server... I tried to deploy it in tomcat after creating a war, that time the response returns from handler, but doesn't reach the async call back .. Previously i was getting serialization error in Arraylist

Re: IncompatibleRemoteServiceException & SerializationException Issue.....

2011-07-29 Thread Juan Pablo Gardella
This error ocurr in dev mode too? 2011/7/29 Jugunu > Hi Pablo, > > Thanks a lot for the offer to help.. > > I am using gwt 2.3 coupled with gwtp framework, gin & guice.. > These are the specific external jars i am using... > > gin-1.5-post-gwt-2.2.jar > guice-3.0.jar > guice-assistedinject-3.0.j

Re: IncompatibleRemoteServiceException & SerializationException Issue.....

2011-07-29 Thread Jugunu
Hi Pablo, Thanks a lot for the offer to help.. I am using gwt 2.3 coupled with gwtp framework, gin & guice.. These are the specific external jars i am using... gin-1.5-post-gwt-2.2.jar guice-3.0.jar guice-assistedinject-3.0.jar guice-servlet-3.0.jar gwtp-all-0.6.jar javax.inject.jar jaxen-1.1.1.

Re: IncompatibleRemoteServiceException & SerializationException Issue.....

2011-07-28 Thread Juan Pablo Gardella
Sounds conflicts of version. Put gwt version and your dependencies to help you. 2011/7/28 Jugunu > Hi GWT Group, > > I am getting a IncompatibleRemoteServiceException & serialization > exception... But i have extended my class with > java.io.Serializable... Also i have observed that I am havin