I've been wondering about that too....
Compiling module com.basis.bbj.web.gwt.GWTWebClient
Scanning for additional dependencies: file:/Users/jimdouglas/
Documents/Eclipse/trunk/src/com/basis/bbj/web/gwt/client/
GWTWebClient.java
Adding '445' new generated units
Validating newly compiled units
[WARN] Warnings in 'generated://
06C3F30160AF1831220B54CE123ABF82/com/basis/bbj/web/gwt/client/
GWTRPCServlet_TypeSerializer.java'
[WARN] Line 2058: Referencing deprecated class
'com.google.gwt.user.client.rpc.SerializableException'
See snapshot: /var/folders/r7/r7M+NJ2RGY40D1IA70pkS+++
+TI/-Tmp-/GWTRPCServlet_TypeSerializer1968920803024545942.java
Compiling 6 permutations
Compiling permutation 0...
Compiling permutation 1...
Compiling permutation 2...
Compiling permutation 3...
Compiling permutation 4...
Compiling permutation 5...
Compile of permutations succeeded
Linking into /Users/jimdouglas/Documents/Eclipse/trunk/war/
gwtwebclient.
Link succeeded
Compilation succeeded -- 101.682s
On Dec 9, 3:13 pm, rjcarr <[email protected]> wrote:
> I'm attempting to upgrade to GWT 2.0 and everything is working well
> enough except I am getting this warning in the compile step:
>
> Referencing deprecated class
> 'com.google.gwt.user.client.rpc.SerializableException'
>
> And the file it mentions is a gwt derived file with the suffix:
> _TypeSerializer.java
>
> The warning always happens on service classes (i.e., RemoteService),
> but doesn't seem to happen on *all* service classes.
>
> I have not defined SerializableException explicitly, but my method
> signatures do throw Exception.
>
> Any idea why this is happening and what I can do to make it go away?
>
> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.