Hi everyone, I am facing a peculiar problem.
I have a server class which returns me an EntityList object. The EntityList class is defined as follows public class EntityList extends ArrayList<Entity> Here Entity is a class which extends serializable public interface Entity extends Serializable Now on the server side I fill the EntityList with Entity objects and then return this list to the client side. While debugging i receive no errors on the server side. But on the client side instead of returning to onSuccess function the applications runs the onFailure function with the error http code of 500. I am currently using GWT1.51 Regards, Cherian a.k.a Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
