Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Andrea Cosentino
gt; 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. >> >> Il giorno mer 2 ott 20

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Andrea Cosentino
gt; 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. > > Il giorno mer 2 ott 2019

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
t;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 3.0.0-RC1 &g

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 upgrading to

Re: NoClassDefFoundError: DefaultComponent 3.0.0-RC1

2019-10-02 Thread Claus Ibsen
Hi If you have custom components you need to migrate and recompile them. See the migration guide https://camel.apache.org/manual/latest/camel-3-migration-guide.html On Wed, Oct 2, 2019 at 2:02 PM wrote: > > Hello > > I get this error when upgrading to 3.0.0-RC1 > > As far as I noticed

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