Hello Thierry, I tried to run your example in Eclipse with GWT 2.0 and restlet 2.0M7 but I got an error at validation (just before running) by GWT: Errors in 'jar:file:testChristophe/war/lib/org.restlet.jar!/org/restlet/client/resource/ClientResource.java' Line 33: The import java.lang.reflect cannot be resolved
This jar comes from GWT edition but it contains a reference to the package java.lang.reflect. It seems that GWT doesn't support reflection. Is there an issue? Thanks, Christophe. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2446195

