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

Reply via email to