ok, the solution was quite simple by using the charset as a parameter to convertBodyTo
.convertBodyTo(String.class, com.google.common.base.Charsets.UTF_8.name()) -- View this message in context: http://camel.465427.n5.nabble.com/UTF-8-and-TypeConversionException-tp5717996p5718032.html Sent from the Camel - Users mailing list archive at Nabble.com.
