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 (usi
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 c
PEBKAC. Turns out there was a lingering gwt-servlet-2.0.3 jar on my
classpath. Hopefully it's just as simple if anyone else runs into an
issue like this.
On Aug 2, 12:23 pm, Jason482 wrote:
> I'm still struggling with this error. Can anyone provide any insight?
> I've
issue.
On Jul 29, 12:42 pm, Jason482 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. ( Exp
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 2