Re: Camel-3 multiple consumers error with class hierarchy

2019-12-08 Thread Dennis Holunder
I tried CAMEL-14265 fix and it works fine now Am Fr., 6. Dez. 2019 um 12:01 Uhr schrieb Claus Ibsen-2 [via Camel] : > > Hi > > And yeah if you have multiple consumers on direct then that is not > supported, it never was. A direct has 1 consumer only. > You can use seda endpoints that can have mult

Re: Camel-3 multiple consumers error with class hierarchy

2019-12-06 Thread Claus Ibsen
Hi And yeah if you have multiple consumers on direct then that is not supported, it never was. A direct has 1 consumer only. You can use seda endpoints that can have multiple consumers. So it may be that 2.x didnt detect this somehow. On Fri, Dec 6, 2019 at 10:55 AM Dennis Holunder wrote: > >

Re: Camel-3 multiple consumers error with class hierarchy

2019-12-06 Thread Dennis Holunder
Ok. It was without custom main BTW. I just modified official camel-cdi example and added a parent class. Am Fr., 6. Dez. 2019 um 10:39 Uhr schrieb Claus Ibsen-2 [via Camel] : > > Hi > > Its likely fixed by that other bug, and you have it due to using > camel-cdi / cdi main etc. > > On Fri, Dec 6,

Re: Camel-3 multiple consumers error with class hierarchy

2019-12-06 Thread Claus Ibsen
Hi Its likely fixed by that other bug, and you have it due to using camel-cdi / cdi main etc. On Fri, Dec 6, 2019 at 10:23 AM Dennis Holunder wrote: > > I have some class hierarchy to share common functionality but it > doesn't work with camel-3: > > 2019-12-06 10:20:35,959 [ngupInterceptor] INF