Re: Simple condition doesn't always work with the 'contains' operator (Camel 3.0.0)

2020-01-16 Thread Claus Ibsen
Hi You should get the name of the class ${body.class.name} On Tue, Jan 14, 2020 at 5:26 PM Gerald Kallas wrote: > > Dear community, > > I've following Blueprint DSL snippet inside Camel 3.0.0 .. > > .. > > > > > ${body.class()} contains 'GroupedExchangeList' > > > > .. > > The first log m

Simple condition doesn't always work with the 'contains' operator (Camel 3.0.0)

2020-01-14 Thread Gerald Kallas
Dear community, I've following Blueprint DSL snippet inside Camel 3.0.0 .. .. ${body.class()} contains 'GroupedExchangeList' .. The first log message is been written like .. body class: class org.apache.camel.processor.aggregate.AbstractListAggregationStrategy$GroupedExchangeList The s