Is it possible to store/retrieve non string values in properties or headers using XML? Perhaps the simplest example illustrating what I would like to do is:
<setProperty propertyName="date"><javaScript>new java.util.Date()</javaScript></setProperty> But when I retrieve this, it is a String. I do not need to user javaScript specifically, but is there a syntax in XML to set a non-String property (or header)? Thanks, Greg -- View this message in context: http://camel.465427.n5.nabble.com/non-strings-in-properties-headers-tp5812254.html Sent from the Camel - Users mailing list archive at Nabble.com.