You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "maslke (GitHub)" <gi...@apache.org> on 2019/09/29 08:01:11 UTC

[GitHub] [dubbo] maslke commented on issue #5089: a problem about "url" config in dubbo:reference

> @maslke I have checked this issue,
> 
> the reason is that when you did not set dubbo:service id, the service will use the default bean name as Path (interface name) with Increase id , so the one path is com....GreetingService, another is com....GreetingService2,the path does not equal with the consumer (com....GreetingService) so failed.
> 
> but when set dubbo:service id, will not use the bean name
> the path set in the class ServiceBean#309
> 
> I'm not clearly sure that is a bug.

thanks.perhaps always set id is the best practice.

[ Full content available at: https://github.com/apache/dubbo/issues/5089 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org