I think that you forget in any of your model classes to implements
com.google.gwt.user.client.rpc.IsSerializable;

Every class that you want to send through a RPC you need to make it
implement com.google.gwt.user.client.rpc.IsSerializable;

If this is not your problem, be sure that you have a zero-argument
constructor in all your models class.

Regards!

On 27 dic, 11:51, Magnus <alpineblas...@googlemail.com> wrote:
> Hi,
>
> my Tomcat shows the following errors in the logs:
>
> Dec 27, 2010 8:52:47 AM org.apache.catalina.core.ApplicationContext
> log
> INFO: ChatServlet: ERROR: The serialization policy file '/bcs/
> 99E2FAA12E412633D1C3951141C107AD.gwt.rpc' was not found; did you
> forget to include it in this deployment?
> Dec 27, 2010 8:52:47 AM org.apache.catalina.core.ApplicationContext
> log
> INFO: ChatServlet: WARNING: Failed to get the SerializationPolicy
> '99E2FAA12E412633D1C3951141C107AD' for module 'http://www.bavaria64.de/
> bcs/bcs/'; a legacy, 1.3.3 compatible, serialization policy will be
> used.
> Dec 27, 2010 1:37:03 PM org.apache.catalina.core.ApplicationContext
> log
> INFO: ChatServlet: ERROR: The serialization policy file '/bcs/
> 99E2FAA12E412633D1C3951141C107AD.gwt.rpc' was not found; did you
> forget to include it in this deployment?
> Dec 27, 2010 1:37:03 PM org.apache.catalina.core.ApplicationContext
> log
> INFO: ChatServlet: WARNING: Failed to get the SerializationPolicy
> '99E2FAA12E412633D1C3951141C107AD' for module 'http://www.bavaria64.de/
> bcs/bcs/'; a legacy, 1.3.3 compatible, serialization policy will be
> used.
>
> What does this mean?
>
> Magnus

-- 
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-tool...@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