Thank you! That brings me a step forward.
Now I have a RPC service that loops over class names and returns some
annotated classes that extend UIObject:
public ArrayList<Class<? extends UIObject>> getClassNames();
But neither can I return a List of Classes
(com.google.gwt.user.client.rpc.SerializationException: Type
'java.lang.Class' 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.)
nor can I instantiate a class by name in my GWTTestCase extending
class.

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