RE: Issue using StatusService

2007-10-16 Thread Jerome Louvel
-Message d'origine- De : Davide Angelocola [mailto:[EMAIL PROTECTED] Envoyé : vendredi 12 octobre 2007 20:50 À : discuss@restlet.tigris.org Objet : Re: Issue using StatusService Hi Jerome, On Thursday 11 October 2007 21:57:02 Jerome Louvel wrote: When an exception or error

Re: Issue using StatusService

2007-10-16 Thread Davide Angelocola
On Tuesday 16 October 2007 20:43:33 Jerome Louvel wrote: Hi Davide, Good suggestion, I've just updated the StatusService Javadocs in SVN. thanks very much :-) -- -- Davide Angelocola

Re: Issue using StatusService

2007-10-12 Thread Davide Angelocola
Hi Jerome, On Thursday 11 October 2007 21:57:02 Jerome Louvel wrote: When an exception or error is thrown, is it ultimately caught by the Application's StatusFilter: public void doHandle(Request request, Response response) { try { super.doHandle(request,

RE: Issue using StatusService

2007-10-11 Thread Jerome Louvel
Hi Davide, I've an Application that sets it's StatusService. Here the code (imports omitted): [...] The status service is then connected to the Application via setStatusService() instance method. my intent is to return the complete exception as html page. I'm expecting getStatus()