Search found 1 match
- 28 Jan 2011, 23:47
- Forum: Engine
- Topic: jaxrs:client and spring - not autowiring
- Replies: 1
- Views: 3961
jaxrs:client and spring - not autowiring
Hello, I am new here, so I apologize if I am posting incorrectly. I have configured my spring config file as follows: <jaxrs:client id="someClient" address="http://localhost:8080/services/trial/doit" serviceClass="com.services.commons.interfaces.SomeRESTInterface" inher...