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
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
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
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
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
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
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
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
: 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
ü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.
>
>
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
rg.springframework.stereotype.Component;
>
> //**
> //* MonitorComponent
> //*
> //* cpmponent for monitoring
> //*
> //* create the monitoring endpoint
> //**
> @Component(&quo
("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
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
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
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
16 matches
Mail list logo