problem returning a response status

2009-08-07 Thread Patrizio Munzi
Hi everybody, I'm trying to make work the following simple exception handling. I just want to return the status specified. The problem is that client side I cannot retrieve nothing, neither the exception or the exception message. I'm surely doing it wrongly, but I haven't find any written explan

RE: problem returning a response status

2009-08-07 Thread Patrizio Munzi
Of course it would be better being able to threw the exception till the client, but if I'm not wrong that's not possible, is it?? Opinions appreciated...!!! Thanks -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=23812

RE: problem returning a response status

2009-08-07 Thread Nicolas Rinaudo
Hi there, Disclaimer: you're running RESTlet 2.0, with which I have very little familiarity. With RESTlet 1.1, the way to specify a message within a status is to create a new instance of Status. try: setStatus(new Status(Status.SERVER_ERROR_INTERNAL, e.getMessage())); Nicolas ---

RE: problem returning a response status

2009-08-07 Thread Patrizio Munzi
I already tried that way, but it didn't work...! :-( Any other ideas?? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2381311

Re: problem returning a response status

2009-08-07 Thread Laurent Rustuel
Hello, Patrizio Munzi a écrit : > I'm trying to make work the following simple exception handling. > I just want to return the status specified. > The problem is that client side I cannot retrieve nothing, neither the > exception or the exception message. > > I'm surely doing it wrongly, but I ha

Re: problem returning a response status

2009-08-07 Thread Thierry Boileau
Hello Patrizio and Laurent, you're right Laurent. I notice also there is a lack of documentation about this that needs to be addressed. best regards, Thierry Boileau > Hello, > Patrizio Munzi a écrit : > >> I'm trying to make work the following simple exception handling. >> I just want to

RE: problem returning a response status

2009-08-17 Thread Jerome Louvel
www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Thierry Boileau [mailto:thierry.boil...@noelios.com] Envoyé : vendredi 7 août 2009 18:02 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status Hello Patrizio a

Re: problem returning a response status

2009-09-10 Thread Patrizio Munzi
Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Thierry Boileau [mailto:thierry.boil...@noelios.com] Envoyé : vendredi 7 août 2009 18:02 À : discuss@restlet.tigri

Re: problem returning a response status

2009-09-15 Thread Patrizio Munzi
com -Message d'origine- De : Thierry Boileau [mailto:thierry.boil...@noelios.com] Envoyé : vendredi 7 août 2009 18:02 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status Hello Patrizio and Laurent, you're right Laurent. I notice also

Re: problem returning a response status

2009-09-29 Thread Patrizio Munzi
l -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Thierry Boileau [mailto:thierry.boil...@noelios.com] Envoyé : vendredi 7 août 2009 18:02 À : discuss@restlet.tigris.org Objet : Re: pro

RE: problem returning a response status

2009-09-30 Thread Jerome Louvel
s ~ Co-founder ~ <http://www.noelios.com/> http://www.noelios.com De : Patrizio Munzi [mailto:patrizio.mu...@eris4.com] Envoyé : mardi 29 septembre 2009 10:32 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status May I have a feedback at least.

Re: problem returning a response status

2009-10-27 Thread Patrizio Munzi
Thierry Boileau [mailto:thierry.boil...@noelios.com] Envoyé : vendredi 7 août 2009 18:02 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status Hello Patrizio and Laurent, you're right Laurent. I notice also there is a lack of documentation about this that needs t

RE: problem returning a response status

2009-11-02 Thread Jerome Louvel
m/> http://www.noelios.com De : Patrizio Munzi [mailto:patrizio.mu...@eris4.com] Envoyé : mardi 27 octobre 2009 09:57 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status Jerome, never experienced this problem...?? Thanks Patrizio Munzi wrote: Hi everybo

RE: problem returning a response status

2009-11-11 Thread Jerome Louvel
endredi 6 novembre 2009 17:33 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status Up! Patrizio Munzi wrote: Jerome, never experienced this problem...?? Thanks Patrizio Munzi wrote: Hi everybody, I think there's a bug or at least something strange in Res

Re: problem returning a response status

2009-11-11 Thread Patrizio Munzi
.com         De : Patrizio Munzi [mailto:patrizio.mu...@eris4.com] Envoyé : vendredi 6 novembre 2009 17:33 À : discuss@restlet.tigris.org Objet : Re: problem returning a response status   Up! Patrizio Munzi w