Hi,
First congrats on this release this is awesome!!
 I've been using 2.0 from the trunk for a while now and the following
problem has been there for a while, using oophm:
When I change a class that is serialized between client and server I
get a Duplicate signature exception (in the hosted mode console) upon
reloading the app.

The error goes away when restarting the HostedMode console (OOPHM)

I get:
[ERROR] Unable to load module entry point ...
java.lang.RuntimeException: Deferred binding failed for
'MyService' (did you forget to inherit a required module?)
at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:
43)
at com.google.gwt.core.client.GWT.create(GWT.java:98)
at MyModule.rpc.RpcController.<init> (RpcController.java:308)
at MyModule.rpc.RpcController.<clinit> (RpcController.java:76)
at MyModule.onModuleLoad(MyModule.java:126)
...
Caused by: java.lang.AssertionError: Duplicate signature
MySerializableClass/4200318118
at com.google.gwt.user.client.rpc.impl.SerializerBase.registerMethods
(SerializerBase.java:82)

Apparently the HostedMode console doesn't realize that it should
reload the class I just changed.
I'm wondering if there is anything I can do about this?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to