You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Willem Jiang <wi...@gmail.com> on 2009/06/01 04:59:32 UTC

Re: svn commit: r780421

Hi Sergey,

If you remove the comment and wrong the test of
JAXRSClientFactoryBeanTest, you will see the error :)
It looks like the resource checking can't find any resource info from
the setting.

Thanks,
Willem

Sergey Beryozkin wrote:
> 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 
> 
> 
>