Thanks for the review. > My only question is anything required for STOB to handle declared > RuntimeExceptions, or is this only for deRPC?
ProxyCreator.addRemoteServiceRootTypes() iterates over the declared exception types for any given RPC method. It imposes a constraint that they're derived from Exception. STOB has no mention of RuntimeException, nor does it have any reason to treat exception types differently from return types. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
