Hi!
I was experiencing with the prepackaged
org.restlet.example.gae.serialization application (found
here:http://wiki.restlet.org/docs_2.0/13-restlet/181-restlet/303-restlet.html)
and tried to change the included org.restlet.gwt-2.0snapshot.jar to
the restlet2.0-M7 org.restlet.jar from the GWT edition. When compiling
the module I got the error message below:
Compiling module liveodo.Liveodo
Validating newly compiled units
[ERROR] Errors in
'jar:file:/home/lez/workspace/Liveodo/lib/org.restlet.jar!/org/restlet/client/resource/ClientResource.java'
[ERROR] Line 33: The import java.lang.reflect cannot be resolved
My understanding is that reflection is not supported on the client
side, however, it's somehow imported from org.restlet.jar. Is this a
bug or I just misinterpreted something?
--
Lez
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2443988