It’s 3.2.0. Is there an example project that includes this feature? I must be missing something. What dependency does it need for the eureka stuff to kick in?
On Tue, Sep 19, 2017 at 4:20 PM Sergey Beryozkin <[email protected]> wrote: > Hi James, > > Which CXF version is it ? > > I'm pretty sure I run the spring_boot_scan/client few weeks back, with > 3.2.0, and it worked fine, WebClient and Proxy are used there... > > Cheers, Sergey > > On 19/09/17 19:47, James Carman wrote: > > I am trying to figure out how to get auto discovery working for generated > > JAX-RS proxies. I looked at the example referenced in the docs, but I > keep > > getting: > > > > org.springframework.beans.factory.BeanCreationException: Error creating > > bean with name > > 'org.apache.cxf.jaxrs.client.spring.JaxRsProxyClientConfiguration': > > Injection of autowired dependencies failed; nested exception is > > java.lang.IllegalArgumentException: Could not resolve placeholder > > 'cxf.jaxrs.client.address' in value "${cxf.jaxrs.client.address}" > > > > Any ideas? Are there any examples I can run that show how to > automatically > > discover and client load balance between multiple endpoints for another > > service? > > > > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/ >
