Alessandro Lupi - 2008-10-08

java.lang.UnsupportedOperationException: ProxySignatureClass can not create instance object

Hi,
    I'm desperatly trying to use reflection on my GWT project.
My program throws the Exception I reported on subject. What's the meaning of that?
I'm wanderin' if any object I use on my Reflectable class should be reflectable.

The object I'm trying to call is a GWT graphic object, exactly a Window.

Thank you all