use xml config in springboot deal to a [Duplicate consumer configs] error

2019-03-07 Thread zhi_guang_...@163.com
Hi, Every one. I use dubbo spring-boot with com.alibaba.boot dubbo-spring-boot-starter 0.2.0 And in order to decouple with dubbo . I do not use @Service (com.alibaba.dubbo.config.annotation.Service) annotation on my serviceImpl class , but add @Component annotation to them.

Re: use xml config in springboot deal to a [Duplicate consumer configs] error

2019-03-07 Thread Ian Luo
It does sound like a bug, we should merge consumer's configuration instead of creating two consumer beans. Would you mind to remove 'id' from and give it a try? I also filed an issue[1] to track it. Thanks, -Ian. 1. https://github.com/apache/incubator-dubbo/issues/3618 On Thu, Mar 7, 2019 at

Re: Re: use xml config in springboot deal to a [Duplicate consumer configs] error

2019-03-08 Thread zhi_guang_...@163.com
Thanks for your suggestion. And I will make a test in this case. After I finish my test , I will append my result on this issue. 您的朋友:刘志广 From: Ian Luo Date: 2019-03-08 10:30 To: dev Subject: Re: use xml config in springboot deal to a [Duplicate consumer configs] error It does sound like a