Re: jaxrs-client:client with abstract=true / reuse configuration

2015-06-17 Thread axelr
With spring core notation it would look like: But it would be great (more descriptive and easier) to use the rsclient elements. And I'm still wondering about the attribute 'abstract' in rsclient:client. Cheers, Axel -- View this message in context: http://cxf.547215.n5.nabble.com/jaxrs-clie

Re: jaxrs-client:client with abstract=true / reuse configuration

2015-06-17 Thread Sergey Beryozkin
JAX-RS client proxies can not be yet created from the abstract elements, I agree it is a useful feature that JAX-WS proxies support, I'll ask Dan for some help in explaining how this can be realized Cheers, Sergey On 16/06/15 11:19, axelr wrote: I want to inject several client proxies by spring

jaxrs-client:client with abstract=true / reuse configuration

2015-06-16 Thread axelr
I want to inject several client proxies by spring. Most of them have the same definition. So one service is defined like this: With the exception of the serviceClass some other services/proxies are configured identically. It looks strange if the whole configuration is repeated n times for every s