cxfbean should propagate CONTENT_TYPE for other camel component to use
-----------------------------------------------------------------------
Key: CAMEL-2447
URL: https://issues.apache.org/activemq/browse/CAMEL-2447
Project: Apache Camel
Issue Type: Bug
Components: camel-cxf
Affects Versions: 2.1.0, 2.0.0, 2.0-M3
Reporter: Willem Jiang
Assignee: Willem Jiang
Fix For: 2.3.0
There is no "content-type" header return from the below route
{code}
<route>
<from
uri="jetty:http://localhost:9006/employeesBase?matchOnUriPrefix=true"/>
<to uri="cxfbean:EmployeesPOJO"/>
</route>
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.