First reload DevMode / Recompile app, then deploy to server (or tell the 
server to reload the exploded war directory if you use a local server). 

Whenever you make a change to a serializable class that is used in a 
GWT-RPC service the <hash>.rpc file for that service will be updated and 
thus gets a new file name hash. This file will be updated if you reload 
DevMode or recompile your app. Thus you always need to redeploy/reload your 
server AFTER reloading your client side.

Thats by far the most annoying thing when using GWT-RPC and working on 
serializable classes that are transferred through it.


-- 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to