http://camel.apache.org/using-propertyplaceholder.html
Following section: *Clashing Spring property placeholders with Camels Simple
language*
in the above link explains how to avoid this problem.
Following now works fine
* <split streaming="true" stopOnException="true">
<el>$simple{body}</el>
<to uri="activemq:queue:csvRowData"/>
</split>*
--
View this message in context:
http://camel.465427.n5.nabble.com/Issue-with-camel-el-in-Camel-2-12-0-tp5740188p5740193.html
Sent from the Camel - Users mailing list archive at Nabble.com.