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?

Reply via email to