lace it with a literal single quote (') and try again.
http://camel.apache.org/simple.html
Elvio
-Original Message-
From: Muhzin [mailto:rmuh...@gmail.com]
Sent: 27 January 2014 12:57
To: users@camel.apache.org
Subject: simple expression language error
Hi all ,
I am trying to def
Hi all ,
I am trying to define a predicate using simple expression language for my
router
.choice()
.when().simple("${body.action} == 'updateLogin'")
.bean(UpdateProfile.class, "editProfile")
.otherwise().bean(UpdateProfile.class, "noAction");
Stacktrace