RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2010-01-28 Thread Thierry Boileau
Hello Cedric, Thanks a lot for your report. the bug has been fixed, and the fix is available in the current repository. Best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2442727

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-11-04 Thread Thierry Boileau
Hello Cedric, I've successfully tested to log from a Restlet and a ServerResource instance using the current snapshot. The following instruction simply logs a trace as expected: getLogger().warning("This is a test"); Could you try it and tell if it still fails for you? Best regards, Thierry Bo

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-11-03 Thread Jerome Louvel
eworkServlet missing from M5 and snapshot builds So, after a quick patch to the ServerAdapter class in ext.servlet, replacing references to ServletLogger with references to java.util.logging.Logger, I was able to get past this error. Unfortunately, now when I attempt to configure the SpringRouter,

Re: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-11-02 Thread Tim Peierls
On Mon, Nov 2, 2009 at 12:38 PM, Tim Peierls wrote: > I'm supposed to be working on an actual Restlet extension for Guice, but > it's hard finding time... > I mean a Guice extension for Restlet. --tim -- http://restlet.tigris.org/ds/viewMessa

Re: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-11-02 Thread Tim Peierls
If you're injecting only ServerResources and not Restlets, Guice might work for you -- GAE says it supports Guice 2. If you must have XML configuration, though, Guice is probably not the way to go. I haven't packaged the Restlet-Guice integration nicely, but you can download the zip archive of sou

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-11-02 Thread Cedric Hurst
As I was afraid, the request scope will not work within the context of a SpringRouter. I receive the following error: org.springframework.web.servlet.FrameworkServlet initServletBean: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean wit

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-11-02 Thread webpost
So, after a quick patch to the ServerAdapter class in ext.servlet, replacing references to ServletLogger with references to java.util.logging.Logger, I was able to get past this error. Unfortunately, now when I attempt to configure the SpringRouter, I get the following error: org.springframewo

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-10-29 Thread Cedric Hurst
This seems to run fine in my local environment, but when I attempt to run directly on the app engine and access a URI mapped to my RestletFrameworkServlet, I get the following error... avax.servlet.ServletException: java.lang.SecurityException: Google App Engine does not support subclasses of j

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-10-29 Thread Jerome Louvel
http://www.noelios.com -Message d'origine- De : Cedric Hurst [mailto:cedric.hu...@gmail.com] Envoyé : mercredi 28 octobre 2009 20:41 À : discuss@restlet.tigris.org Objet : RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds Ah, yes. Thanks for pointing me to that post, Ben. I&

RE: Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-10-28 Thread Cedric Hurst
Ah, yes. Thanks for pointing me to that post, Ben. I've swapped my ext.spring jar from the GAE with the one provided in the JEE version. I'll test it out tonight to see if the Servlet class works inside GAE. If it does, perhaps we should consider including it in the GAE distribution of Restl

Re: RestletFrameworkServlet missing from M5 and snapshot builds

2009-10-28 Thread Ben R Vesco
Related to this issue? http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2411788 -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2412204

RestletFrameworkServlet missing from M5 and snapshot builds

2009-10-28 Thread Cedric Hurst
Hi. I'm attempting to set up a Spring-backed Restlet web application hosted in the GAE. I'd like to make use of the RestletFrameworkServlet, which is currently in the trunk of the svn: http://restlet.tigris.org/source/browse/restlet/trunk/modules/org.restlet.ext.spring/src/org/restlet/ext/spri