Ok finally I found the error.
I overrode doUnexpectedFailure method of remoteserviceservlet to find
the source of the error.

@Override
protected void doUnexpectedFailure(final Throwable error) {
   super.doUnexpectedFailure(error);
   error.printStackTrace();
}

The error it displayed me was
Type was not included in the set of types which can be serialized by
this SerializationPolicy or its Class object could not be loaded. For
security purposes, this type will not be serialized.

What could be the cause of the error??


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to