Hi Jens,

Thanks for the response but it's actually the other way around, I got that 
particular error when I had ONLY replaced the jars (including 
gwt-servlet.jar) and had NOT replaced the *.cache.html files and 
*.nocache.js
After I replaced those *.cache.html files and *.nocache.js files, I now get 
nothing at all, it just doesn't work but no error in the logs, I wonder if 
the right files are even being reached.
Any other ideas?

Another question is I noticed that there are these *.gwt.xml files like for 
example "FindAPartner.gwt.xml" and I have tried placing these in various 
directories with no improvement, where are they supposed to be deployed or 
do they even need to be deployed?

Dan

On Thursday, March 7, 2013 1:49:08 PM UTC-5, Jens wrote:
>
> The IncompatibleRemoteServiceException should go away when you update 
> gwt-servlet.jar in your war/WEB-INF/lib folder. It must match the version 
> you have used to compile your application. 
>
> You have compiled your app using GWT 1.5 (GWT-RPC version 5) and your 
> server still uses gwt-servlet.jar from GWT 1.2 and thus expects GWT-RPC 
> version 2.
>
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to