Re: Simple language evaluation camel 3.0.1

2020-05-01 Thread Claus Ibsen
Hi See the migration guide, you should use ${xxx} around the simple tokens, such as header etc. On Sat, May 2, 2020 at 5:28 AM Vikas Jaiswal wrote: > > I am trying to use simple and have the following in spring xml: > > "header? contains 'HeaderName' and header.HeaderName = > 'TEST'" > > This a

Re: Simple language evaluation camel 3.0.1

2020-05-01 Thread Gerald Kallas - mailbox.org
Hi Victor, the parameter has been changed to „name“ in Camel 3.x. Sent by my mobile device - Gerald Kallas > Am 02.05.2020 um 05:28 schrieb Vikas Jaiswal : > > I am trying to use simple and have the following in spring xml: > > "header? contains 'HeaderName' and header.HeaderName = > 'TEST'"

Simple language evaluation camel 3.0.1

2020-05-01 Thread Vikas Jaiswal
I am trying to use simple and have the following in spring xml: "header? contains 'HeaderName' and header.HeaderName = 'TEST'" This always evaluated to true irrespective of the value of HeaderName. What am I doing wrong here? Regards, Vikas