Maybe getting closer? I found this
ProxyCreator.writeSerializationPolicyFile() method is responsible for
determining the serialization policy file name. And it is being
called in hosted mode. Is it possible this would generate different
file names in hosted vs. production modes?
com.google.gwt.user.rebind.rpc.ProxyCreator.writeSerializationPolicyFile() ...
byte[] serializationPolicyFileContents = baos.toByteArray();
String serializationPolicyName =
Util.computeStrongName(serializationPolicyFileContents);
On Jul 20, 9:08 am, Eric <
ebatz...@gmail.com> wrote:
> 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