Same error I added
<code><pre> <init-param> <param-name>org.reslet.application</param-name> <param-value>com.restletexample.JaxRsEntryPoint</param-value> </init-param> </pre></code> I think the the parameter "org.reslet.application" expect a class of that type but my class JaxRsEntryPoint is of type JaxRsApplication I spend couple of day read the restlet documentation, made all the sample code they provide but anything works specially on Google AppEngine. I commit the code on https://github.com/guillaumemaka/RestletExample GitHub Thank for your help -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-GAE-JAX-RS-tp3890645p7288539.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2923004

