Re: SerializationException While Upgrading to GWT 2.8.2

2018-07-11 Thread Jens
GWT-RPC responses have a string table to deduplicate strings and minimize the response size. When deserializing a server response the code will try to lookup a type signature string in the string table, however in your case the lookup returns wrong data and serialization fails. "153221" is not

Re: Gwt 2.4 browser compatibility

2018-07-11 Thread Satya Atluri
I am tried to upgrade to gwt 2.8.2 but I am getting gwt compilation error. We are using Ant. On Mon, Jul 9, 2018 at 10:20 AM Frank wrote: > And updating to GWT 2.8.2 should be a fairly quick and easy process if you > are concerned about this. > > -- > You received this message because you are

SerializationException While Upgrading to GWT 2.8.2

2018-07-11 Thread DK
I have updated from GWT 2.6.1 to GWT 2.8.2 but while running I am getting the following error in the browser: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The response could not be deserialized at Unknown.Throwable_1(com.ptc.windchill.wncgwt.WncGWT-0.js) at