On Tuesday, July 16, 2013 2:00:00 AM UTC+2, Jens wrote: > > First make sure that you have actually deployed these <permutation > hash>.gwt.rpc files to your server. They should be in the same folder as > the rest of the generated JavaScript. If thats all fine then your > deployment probably does not match GWT's default assumptions where to find > these <permutation hash>.gwt.rpc files. Take a look at > RemoteServiceServlet.doGetSerializationPolicy() and adjust it to your needs.
Couldn't it possibly be because the client (JS) code doesn't match the server code? (browser cache, deployment propagation in a cloud environment, or simply the server-side being re-deployed and the client-side not refreshed) BTW, please use https://groups.google.com/d/forum/google-web-toolkit for support questions. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
