Re: Question about Interceptor setup

2013-08-30 Thread Sergey Beryozkin
Hi I'm thinking of avoiding merging the code required to support binding ReaderInterceptor and WriterInterceptor to specific methods only from the trunk, the changes are quite sensitive, and I think it is a bit risky at this stage, may be in time for 2.7.8 but I'm not really sure. In CXF 2.7

Re: Question about Interceptor setup again :)

2013-08-01 Thread Sergey Beryozkin
ilto:105634...@qq.com> -- -- *??:* "Sergey Beryozkin"; *:* 2013??8??1??(??) 5:10 *??:* "users"; *????:* "??"<105634...@qq.com>; *:* Re: Question about Interceptor setup Hi I believe in CXF 2.7.5 name binding are not working

Re: Question about Interceptor setup

2013-08-01 Thread Sergey Beryozkin
Hi I believe in CXF 2.7.5 name binding are not working with ReaderInterceptor or WriterInterceptor, I did not even know it was required, so did it only for ContainerRequestFilter and ContainerResponseFilter (and client variants). This definitely has to work on the trunk (CXF 3.0.0-SNAPSHOT),

Question about Interceptor setup

2013-07-31 Thread ??????
Dear CXF Support, I am trying to add a name-binding interceptor in JAX-RS 2.0, but the name binding does not work, the interceptor operates as a global interceptor. I have writen a name binding filter in the same way successfully. I am not sure what the problem is. Could you please give