Re: Unexpected behaviour of Camel Simple expression

2014-12-07 Thread welshstew
Thanks Taariq - plenty of ways to skin this camel - which is what is so nice about it. I managed to get what I wanted by using a simple java processor. Cheers, Stu. -- View this message in context: http://camel.465427.n5.nabble.com/Unexpected-behaviour-of-Camel-Simple-expression

Re: Unexpected behaviour of Camel Simple expression

2014-12-05 Thread Taariq Levack
king on > because the bean represented by myEval does not get the correct input - then > the evaluation of my eventual SQL statement ends up being incorrect. :( > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unexpected-behaviour-of-Camel-Simple-expression-tp5760163p5760187.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unexpected behaviour of Camel Simple expression

2014-12-04 Thread welshstew
e correct input - then the evaluation of my eventual SQL statement ends up being incorrect. :( -- View this message in context: http://camel.465427.n5.nabble.com/Unexpected-behaviour-of-Camel-Simple-expression-tp5760163p5760187.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unexpected behaviour of Camel Simple expression

2014-12-04 Thread Taariq Levack
kets) > [mel-1) thread #0 - timer://foo] route1 INFO > EXPECTED: INSERT INTO SOMETHING ('value','Thing (with brackets)') > > Am I using the simple expression in the wrong way? As you may expect I am > attempting to build SQL queries/inserts

Unexpected behaviour of Camel Simple expression

2014-12-04 Thread welshstew
;Thing (with brackets)') Am I using the simple expression in the wrong way? As you may expect I am attempting to build SQL queries/inserts using simple and the results are not quite as expected. Many Thanks, Stu. -- View this message in context: http://camel.465427.n5.nabble.com/Une