You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2013/12/12 14:39:11 UTC

[jira] [Resolved] (CAMEL-7061) DefaultCxfRsBinding only uses Exchange.getOut()

     [ https://issues.apache.org/jira/browse/CAMEL-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-7061.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.13.0
                   2.12.3
                   2.11.3

Applied the patch into master, camel-2.12.x and camel-2.11.x branches.

> DefaultCxfRsBinding only uses Exchange.getOut()
> -----------------------------------------------
>
>                 Key: CAMEL-7061
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7061
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.12.2
>            Reporter: Dominik Amon
>            Assignee: Willem Jiang
>             Fix For: 2.11.3, 2.12.3, 2.13.0
>
>         Attachments: DefaultCxfRsBinding.patch
>
>
> When {{org.apache.camel.component.cxf.jaxrs.DefaultCxfRsBinding}} is populating the response from an {{org.apache.camel.Exchange}} then only the {{exchange.getOut().getBody()}} is used.
> In the SOAP case {{org.apache.camel.component.cxf.DefaultCxfBinding}} the response is either uses  {{exchange.getOut().getBody()}} or {{exchange.getIn().getBody()}}
> See also [Discussion|http://camel.465427.n5.nabble.com/DefaultCxfRsBinding-only-uses-Exchange-getOut-td5744605.html] for more details.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)