Thursday, April 24, 2014

Re: Exception while dispatching incoming RPC call

 The error I'm getting seems to suggest that there may be an issue with the serialization policy file. But if that is true then why doesn't it fail on my local machine?

You should see a log entry saying that the serialization policy file could not be loaded. That log entry only appears once when you do the very first GWT-RPC request.

If your production deployment does not meet GWT's standard assumption on how to load that file you can override RemoteServiceServlet.doGetSerializationPolicy().

-- 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment