I try this in my local,  RestConsumer works well, but NonDubboRestConsumer got 
404.

Could you raise a issue in github? I think maybe some path need change in 
NonDubboRestConsumer


On 2019/06/27 03:49:26, "Mr.H" <2076758...@qq.com> wrote: 
> 各位好
>      
> 从github上获取到代码后,通过RestProvider启动rest服务,通过NonDubboRestConsumer请求rest服务;调试过程中发现如下问题,还望给与解决
>      请求地址是:http://10.1.16.146:8888/services/u/21.json
>      但控制台打印出:javax.ws.rs.NotFoundException: RESTEASY003210: Could not find 
> resource for full path: http://10.1.16.146:8888/services/u/21
>      分析ClassNode信息发现service节点下多了一层以接口命名的ClassNode,然后我把请求地址修改成:
>    
> http://10.1.16.146:8888/services/org.apache.dubbo.samples.rest.api.facade.AnotherUserRestService/u/21.json
>    结果请求成功


Reply via email to