using camel 2.9 and spring 3.1: I have a bean in the message body and one of the properties is a string. I want to truncate the value of that property (basically make sure it isn't longer than 100 characters).
I know I could put a method on the bean to do this, but is there an reasonably easy way to do this in Spring XML? (I found http://camel.465427.n5.nabble.com/DSL-trim-on-body-of-type-string-td5716660.html regarding trimming a string in the body, but not sure how/if it extends to a string on a bean in the body) Thanks, -J -- View this message in context: http://camel.465427.n5.nabble.com/Truncate-a-bean-property-string-in-the-body-in-Spring-tp5721557.html Sent from the Camel - Users mailing list archive at Nabble.com.