> @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 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to