Re: GWT RPC Serialization on web and app server

2020-06-08 Thread Snehalkumar Rangnenwar
Yes they do match. On Friday, June 5, 2020 at 9:47:18 PM UTC+5:30, Michael Joyner wrote: > > Does your servlet context path exactly match the request path as sent by > the browser? > > On 6/5/20 3:23 AM, Snehalkumar Rangnenwar wrote: > > Hey Entlog , > what was the solution you applied in

Re: GWT RPC Serialization on web and app server

2020-06-05 Thread Michael Conrad
Does your servlet context path exactly match the request path as sent by the browser? On 6/5/20 3:23 AM, Snehalkumar Rangnenwar wrote: Hey Entlog ,  what was the solution you applied in jmeter to fix the incompatibility issue ? please let us know as well. Thank in advance, skay On

Re: GWT RPC Serialization on web and app server

2020-06-05 Thread Snehalkumar Rangnenwar
Hey Entlog , what was the solution you applied in jmeter to fix the incompatibility issue ? please let us know as well. Thank in advance, skay On Wednesday, January 15, 2014 at 7:10:34 PM UTC+5:30, Benoit GUILLOTIN wrote: > > HI Entlog, > > How did U fix ur problem on Jmeter with the

Re: GWT RPC Serialization on web and app server

2014-01-15 Thread Benoit GUILLOTIN
HI Entlog, How did U fix ur problem on Jmeter with the HASH.gwt.rpc file ? Im still looking for fixing this IncompatibleRemoteServiceException. Thanks for ur answer. Benoit Le jeudi 23 mai 2013 12:30:21 UTC+2, Entlog a écrit : Awesome!! Thanks. I was having problems with a jmeter test and I

Re: GWT RPC Serialization on web and app server

2013-05-23 Thread Entlog
Awesome!! Thanks. I was having problems with a jmeter test and I saw your solution...it's really that! The jmeter captured request had the reference to the hash for another deployed environment and when trying to test against another deployed war it was throwing the serializable error. Now I

Re: GWT RPC Serialization on web and app server

2012-11-01 Thread Jens
Make sure that your app server can still find the HASH.rpc file. Thats your GWT-RPC serialization policy file that the server must know in order to serialize anything that implements Serializable. If it does not find this file it falls back to the old IsSerializable mechanism and if you do not

GWT RPC Serialization on web and app server

2012-10-31 Thread Anky
Hi All, I am facing a very strange scenario here. We have a GWT application that runs perfectly fine when deployed on weblogic app server. So far this was going pretty smooth for us. Now we are preparing our app for production release. For that, as per our company standard, we have installed a