Re: CXF3 - Annotations in the interface are not parsed

2016-08-18 Thread v . virvilis
I can't really help because I have a spring configuration xml for SOAP services not REST. In case you can draw any parallels or just rule out this path of debugging here how it looks like: serviceClass="com.biovista.lib.ws.iface.BEAService" service

Re: jaxrs logging interceptor: get method name and parameter values

2014-10-17 Thread v . virvilis
Hi, I don't want to customize anything. I just want to find the method name and arguments and log them in a generic manner so I don't have to put a log statement it in every service call. Looks like that JAXRSBeanValidationInInterceptor and its base class BeanValidationInInterceptor are gonn

Re: registering ParamConverterProviders with cxf

2014-08-12 Thread v . virvilis
Hi Sergey, First of all thanks for your prompt reply as always. Your help is appreciated. Secondly, I am sorry I didn't explain the situation more clearly. I am a bit frustrated with this... as always when things don't work as we expect them too. It is quite probable that I lack the necessar