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
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'"
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