Re: Anybody has simple way to get Token when implement XRSF protection.

2011-07-12 Thread Jason482
I tried to implement the static initialization as you describe, but I seem to be running into a race condition where the XSRF callback has not happened before my getSomeService() is invoked, thus I get SomeService back without an XsrfToken. I have been trying to think of a way around this

Re: Unable to find type entrypointclass after change in project structure

2010-08-30 Thread Jason482
Yes, there is a relation (from my understanding). The GWT compiler first looks for a ModuleDef.gwt.xml file, and then, from that location it looks one package further (by default looking for a client subpackage, but you can specify this in your module definition GWT xml file) for your client code

Re: IncompatibleRemoteServiceException caused by different RPC Protocol Versions (server: 5, client 6)

2010-08-02 Thread Jason482
29, 12:42 pm, Jason482 jason...@gmail.com wrote: I'm getting pretty much the same error, except in reverse: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 6 from server, got

Re: IncompatibleRemoteServiceException caused by different RPC Protocol Versions (server: 5, client 6)

2010-07-29 Thread Jason482
I'm getting pretty much the same error, except in reverse: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: This application is out of date, please click the refresh button on your browser. ( Expecting version 6 from server, got 5. ) Have you been able to get around this using