I want to use JAX-RS von GAE, but it doesn't work. Restlet+GAE (w/o JAX-RS) works fine, Restlet+JAX-RS running locally in Jetty works fine too.
But on GAE, i do get the following error message: org.restlet.engine.component.ChildContext fireContextChanged: For security reasons, don't pass the component context to child Restlets anymore. Use the Context#createChildContext() method instead.class org.restlet.engine.log.LogFilter org.restlet.routing.Filter doHandle: A filter was executed without a next Restlet attached to it. I do known that GAE does not support JAXB, but is does not work even when I do use text/plain only Can anyone help? Thx ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2362354

