Re: IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-02-10 Thread denis56
Thanks a lot for your help. I figured out that you need to deploy in exploded war when using an external server, since on every start and page refresh DevMode would generate a new rpc policy file in my project which was actually missing in the war on the server and since the problem. On 28 Jan.,

Re: IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-01-28 Thread Rajeev Dayal
Hi, If you want to pick up changes to your server code while the development server is running, you need to deploy your application in exploded-war format to JBoss. When you run GWT in -noserver mode, you should point your -war directory over to your JBoss server's deployment directory - that

IncompatibleRemoteServiceException with -noserver argument in gwt 2.0

2010-01-14 Thread denis56
His, I have been struggling with com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException (which finds several entries in web) for a while and was able to find a clumsy workaround. Could anyone please suggest a solution in the following case as I believe it may be either my