Collections.unmodifiableList(ArrayList) returns a Collections.UnmodifiableRandomAccessList and that's not gwt serializable
romant wrote: > Sure, the problem is the line > > Collections.unmodifiableList(new > ArrayList<InvalidUserRegistrationItemException>()); > > The Collections.unmodifiableList() method is really suspicious, I > would even say that it is not supported, but there are no errors and > warnings when I compile it by the GWT compiler.I use the > InvalidUserRegistrationException in the client side code as well, so > the compiler must process it. Really really strange. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
