Hi,
Just retried it with Camel 2.9.0 and
<split streaming="true" stopOnException="true">
<el>${body}</el>
<split streaming="true" stopOnException="true">
and
<split streaming="true" stopOnException="true">
<simple>${body}</simple>
<split streaming="true" stopOnException="true">
works fine.
Only in Camel 2.12.0 - it assumes that anything under ${} is a property -
and throws an exception that property value not found for the Key.
Is this a genuine defect or am I using it wrongly?
regards
D
--
View this message in context:
http://camel.465427.n5.nabble.com/Issue-with-camel-el-in-Camel-2-12-0-tp5740188p5740192.html
Sent from the Camel - Users mailing list archive at Nabble.com.