Re: Questions regarding JAX-RS exception handling

2010-01-18 Thread Sergey Beryozkin
Hi Cyrille Thanks for fixing it, a very important fix indeed and sorry for a delay in replying to this thread. Please see some comments inline, I'll do some snips along the way... thanks, Sergey Hello Sergey, I added thread local variables cleanup in JAXRSInInterceptor.handleFault() as

Re: Questions regarding JAX-RS exception handling

2010-01-17 Thread Cyrille Le Clerc
-Original Message- From: Cyrille Le Clerc [mailto:clecl...@xebia.fr] Sent: Sat 1/9/2010 7:16 PM To: dev@cxf.apache.org Subject: Re: Questions regarding JAX-RS exception handling Hello Sergey, Thank you to have taken the time to read my long email. I may not have been clear enough

RE: Questions regarding JAX-RS exception handling

2010-01-11 Thread Sergey Beryozkin
comments later on. thanks, Sergey -Original Message- From: Cyrille Le Clerc [mailto:clecl...@xebia.fr] Sent: Sat 1/9/2010 7:16 PM To: dev@cxf.apache.org Subject: Re: Questions regarding JAX-RS exception handling Hello Sergey, Thank you to have taken the time to read my long email. I may

Re: Questions regarding JAX-RS exception handling

2010-01-09 Thread Cyrille Le Clerc
Hello Sergey, Thank you to have taken the time to read my long email. I may not have been clear enough on the behavior of the exception mapper handling I suggest in my previous email, I tried to clarify it. I add comments prefixed by CLC: in the text ; I hope I answered to all your points. I

RE: Questions regarding JAX-RS exception handling

2010-01-06 Thread Sergey Beryozkin
] Sent: Mon 1/4/2010 3:01 PM To: dev Subject: Re: Questions regarding JAX-RS exception handling Hello, Here is an updated version of the refactoring of the server side handling of exceptions. It passes most of the systests, there is a message format issue if no writer is found, all there other

Re: Questions regarding JAX-RS exception handling

2009-12-29 Thread Sergey Beryozkin
Hi Cyrille Thanks for posting this proposal/analysis, please see some comments prefixed with S.B. below... cheers, Sergey Hello all, Here is a proposal of refactoring of both the JAXRS client-side and server-side, these refactoring could be separated one from the other. Please, let me know

Re: Questions regarding JAX-RS exception handling

2009-12-28 Thread Cyrille Le Clerc
Hello all, Here is a proposal of refactoring of both the JAXRS client-side and server-side, these refactoring could be separated one from the other. Please, let me know if it worth continuing this work. SERVER SIDE Move the ExceptionMapper handling from the JAXRSInvoker to a new