AW: DefaultComponent

2019-12-03 Thread Thomas.Thiele
I have it. Its flowable that uses 2-style DefaultComponent etc. -Ursprüngliche Nachricht- Von: Claus Ibsen Gesendet: Dienstag, 3. Dezember 2019 13:44 An: users@camel.apache.org Betreff: Re: DefaultComponent Hi Oh didnt know so much about flowable-camel as its 3rd party and not ASF

Re: DefaultComponent

2019-12-03 Thread Andrea Cosentino
ore or camel-support. > > > > When I patch the classes DefaultComponent /-Consumer etc. it works. > > > > > > -Ursprüngliche Nachricht- > > Von: Claus Ibsen > > Gesendet: Dienstag, 3. Dezember 2019 13:29 > > An: users@camel.apache.org > > Be

Re: DefaultComponent

2019-12-03 Thread Claus Ibsen
annot see in dependeny tree where > flowble-camel > uses camel-core or camel-support. > > When I patch the classes DefaultComponent /-Consumer etc. it works. > > > -Ursprüngliche Nachricht- > Von: Claus Ibsen > Gesendet: Dienstag, 3. Dezember 2019 13:29 > A

AW: DefaultComponent

2019-12-03 Thread Thomas.Thiele
Its not my components. Its spring boot or flowable. But I cannot see in dependeny tree where flowble-camel uses camel-core or camel-support. When I patch the classes DefaultComponent /-Consumer etc. it works. -Ursprüngliche Nachricht- Von: Claus Ibsen Gesendet: Dienstag, 3

Re: DefaultComponent

2019-12-03 Thread Claus Ibsen
ass there. > > > -Ursprüngliche Nachricht- > Von: Andrea Cosentino > Gesendet: Dienstag, 3. Dezember 2019 13:01 > An: users@camel.apache.org > Cc: dev > Betreff: Re: DefaultComponent > > In Camel 3 the DefaultComponent is located at > > org.apache.camel.supp

AW: DefaultComponent

2019-12-03 Thread Thomas.Thiele
Yes. I know and my own components use this. But it seems spring or flowable needs this class there. -Ursprüngliche Nachricht- Von: Andrea Cosentino Gesendet: Dienstag, 3. Dezember 2019 13:01 An: users@camel.apache.org Cc: dev Betreff: Re: DefaultComponent In Camel 3 the

Re: DefaultComponent

2019-12-03 Thread Andrea Cosentino
In Camel 3 the DefaultComponent is located at org.apache.camel.support It is reported in the migration guide https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_migrating_custom_components Il giorno mar 3 dic 2019 alle ore 12:59 ha scritto: > Hi, > > I got this er

DefaultComponent

2019-12-03 Thread Thomas.Thiele
Hi, I got this error. What is missing? java.lang.NoClassDefFoundError: org/apache/camel/impl/DefaultComponent Stacktrace: java.lang.NoClassDefFoundError: org/apache/camel/impl/DefaultComponent at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[na:na] at

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Andrea Cosentino
: Andrea Cosentino >> Gesendet: Mittwoch, 2. Oktober 2019 15:00 >> An: users@camel.apache.org >> Betreff: Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1 >> >> If you are moving to camel 3 probably you have some wrong dependencies >> somewhere. >> >&g

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Andrea Cosentino
üngliche Nachricht- > Von: Andrea Cosentino > Gesendet: Mittwoch, 2. Oktober 2019 15:00 > An: users@camel.apache.org > Betreff: Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1 > > If you are moving to camel 3 probably you have some wrong dependencies > somewhere. > >

AW: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Thomas.Thiele
Actually that is what I suppose. Or camel - 3.0.0 is buggy. 😉 -Ursprüngliche Nachricht- Von: Andrea Cosentino Gesendet: Mittwoch, 2. Oktober 2019 15:00 An: users@camel.apache.org Betreff: Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1 If you are moving to camel 3 probably you

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Andrea Cosentino
rg.springframework.stereotype.Component; > > //** > //* MonitorComponent > //* > //* cpmponent for monitoring > //* > //* create the monitoring endpoint > //** > @Component(&quo

AW: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Thomas.Thiele
("monitoring") public class MonitorComponent extends DefaultComponent { --- -Ursprüngliche Nachricht- Von: Claus Ibsen Gesendet: Mittwoch, 2. Oktober 2019 14:09 An: users@camel.apache.org Betreff: Re: NoClassDefFoundError: DefaultComponent

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Andrea Cosentino
The package in camel 3 is org.apache.camel.support you need to use that for having DefaultComponent. More information at: https://camel.apache.org/manual/latest/camel-3-migration-guide.html Il giorno mer 2 ott 2019 alle ore 14:02 ha scritto: > Hello > > I get this error when upg

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Claus Ibsen
s far as I noticed DefaultComponent moved to support instead of impl. > Who wants org/apache/camel/impl/DefaultComponent? > > Thomas > > > java.lang.NoClassDefFoundError: org/apache/camel/impl/DefaultComponent > at java.base/java.lang.ClassLoader.defineClass1(Native Met

NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Thomas.Thiele
Hello I get this error when upgrading to 3.0.0-RC1 As far as I noticed DefaultComponent moved to support instead of impl. Who wants org/apache/camel/impl/DefaultComponent? Thomas java.lang.NoClassDefFoundError: org/apache/camel/impl/DefaultComponent at java.base