Hallo together,

i want to set the encoding from standart UTF-8 to iso-8859-15 in my "Camel
Root".

The source till now is like this:

<marshal>
   <jaxb id="myJaxb" prettyPrint="true" contextPath="acknowledgement"/>
</marshal>

i searched for somthing like:

<jaxb id="myJaxb" prettyPrint="true" contextPath="acknowledgement"
encoding="iso-8859-15"/>

Is there a standard way to set the encoding like this or is the only way
writing my on jaxb class?

Thanks for help

Tobias
-- 
View this message in context: 
http://www.nabble.com/Jaxb-Encoding-tp22738950p22738950.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to