So everything compiles fine, it's only at runtime that you get those issues?
Have you tried simply forcing a page refresh in the browser? Sometimes it's
just the browser using old stuff from its cache.

2008/9/24 dhartford <[EMAIL PROTECTED]>

>
> Hey all,
> Working from GWT 1.5.0-rc1/gwt-maven-plugin b20, have a perfectly
> fine, running application. No problems, works great hosted mode, works
> great deployed.
>
> Upgrade to GWT 1.5.2/gwt-maven-plugin b23 (exact same application
> code), getting RPC issues on the Server as follows (from a linux build
> deployed to a linux tomcat 5.5.20):
>
> ===========
> Caused by: com.google.gwt.user.client.rpc.SerializationException: Type
> '[Ljava.lang.Enum;' was not assignable to
> 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a
> custom field serializer.  For security purposes, this type will not be
> deserialized.
>        at
>
> com.google.gwt.user.server.rpc.impl.LegacySerializationPolicy.validateDeserialize(LegacySerializationPolicy.java:
> 123)
>        at
>
> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java:
> 461)
>        at
>
> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
> 61)
>        at
> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader
> $ValueReader$8.readValue(ServerSerializationStreamReader.java:124)
>        at
>
> com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserializeValue(ServerSerializationStreamReader.java:
> 362)
>        at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:287)
> ===========
>
>
> Checking here first incase it is some type of switch/argument I might
> have missed in the maven GWT plugin before posting to GWT group.
>
> thanky!
> -D
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" 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/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to