Are you doing anything special with regard to the GWTShellServlet - like NOT using it? If you are trying to use Spring or GWT-SL or something like that it is a common problem (the shell servlet and hosted mode create the RPC policy files dynamically outside of the compiler, if you avoid the standard path you subvert that).
On Dec 5, 9:28 am, [EMAIL PROTECTED] wrote: > My domain objects all implement IsSerializable, however, I do use > j.u.Collection classes. > > On Fri, Dec 5, 2008 at 8:50 AM, Brian Cribbs <[EMAIL PROTECTED]> wrote: > > Do whatever objects you're trying to send with the RPC call implement > > Serializable? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
