You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Veniamin Goldin (JIRA)" <ji...@apache.org> on 2013/10/24 20:08:12 UTC

[jira] [Created] (CAMEL-6895) camel-xmljson: Encoding is not considered while marhaling

Veniamin Goldin created CAMEL-6895:
--------------------------------------

             Summary: camel-xmljson: Encoding is not considered while marhaling
                 Key: CAMEL-6895
                 URL: https://issues.apache.org/jira/browse/CAMEL-6895
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.12.1
            Reporter: Veniamin Goldin


The encoding specified in the DataFormat properties should be passed to OutputStreamWriter constructor in XmlJsonDataFormat.marshal method, otherwise it is not being considered.

OutputStreamWriter osw = new OutputStreamWriter(stream, encoding);



--
This message was sent by Atlassian JIRA
(v6.1#6144)