Thursday, October 27, 2011

Re: Odd IncompatibleRemoteServiceException

It does have to regenerate it. Our build system actually deletes it
everytime it runs but the hosted.html file actually has a modified
date of February. I'm not sure how that's possible, it must be being
copied from somewhere by GWT

On Oct 27, 10:13 am, Jens <jens.nehlme...@gmail.com> wrote:
> An IncompatibleRemoteServiceException is thrown when you have an old
> gwt-servlet.jar in your WEB-INF/lib folder.
> Your client speaks version 7 while your server only understands (and
> expects) version 5. Just copy the correct GWT 2.1 gwt-servlet.jar into your
> WEB-INF/lib folder.
>
> Regarding your hosted mode file, have you tried to rename <your war
> folder>/<your app folder> so GWT has to regenerate it?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment