Hi Willem Thanks for this commit, just would like to clarify one thing about one of the comments in your test : + + <!-- current JAXRSClient doesn't support the modelRef + <jaxrs:client id="ModuleClient" + serviceClass="org.apache.cxf.jaxrs.resources.BookStoreNoAnnotations" + modelRef="classpath:/org/apache/cxf/jaxrs/spring/resources.xml" + address="http://localhost:8080/simpleWithAddress"> + </jaxrs:client> + --> +
I just checked the jaxrs.xsd, there's a @modelRef attribute in jaxrs:client. May be I just have misunderstood your comment ? Thanks, Sergey
