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

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