Hi All, I am get the following error in hosted mode only (production mode works fine): 2010-07-20 08:59:22,114 INFO [org.apache.catalina.core.ContainerBase. [jboss.web].[localhost].[/]](http-0.0.0.0-8001-2) spring-mvc: ERROR: The serialization policy file '[module url]/ 1FCC98CB4966784C26CF80A5A6A52E81.gwt.rpc' was not found; did you forget to include it in this deployment? 2010-07-20 08:59:23,520 ERROR [org.apache.catalina.core.ContainerBase. [jboss.web].[localhost].[/]](http-0.0.0.0-8001-2) spring-mvc: WARNING: Failed to get the SerializationPolicy '1FCC98CB4966784C26CF80A5A6A52E81' for module [module name]. You may experience SerializationExceptions as a result.
When I debug the com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.prepareToRead method on the server: strongName is 1FCC98CB4966784C26CF80A5A6A52E81 in hosted mode and strongName is C8410282FFAF2310BDB57F00F8142C6A in production mode The strongName in production mode aligns with the gwt.rpc file I see on the web server. I'm still trying to find what's going on, but maybe someone else has experienced this and can point me to a solution/work-around? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
