You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2016/03/21 09:20:25 UTC

[jira] [Created] (CAMEL-9728) change Reader to InputStream if the camel-cxf endpoint use RAW|MESSAGE DataFormat

Freeman Fang created CAMEL-9728:
-----------------------------------

             Summary: change Reader to InputStream if the camel-cxf endpoint use RAW|MESSAGE DataFormat
                 Key: CAMEL-9728
                 URL: https://issues.apache.org/jira/browse/CAMEL-9728
             Project: Camel
          Issue Type: Bug
            Reporter: Freeman Fang


In most case when camel-cxf endpoint use RAW|MESSAGE DataFormat, DefaultCxfBinding.getContentFromCxf just return InputStream already, however in some cases such as use cxf jms transport with byte[] jms type, it return a StringReader,  this make it hard to cooperate with other camel endpoint like the schema validation endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)