Custom processors can not be added to routes starting from CXFRS beans 
-----------------------------------------------------------------------

                 Key: CAMEL-5123
                 URL: https://issues.apache.org/jira/browse/CAMEL-5123
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.9.1
            Reporter: Sergey Beryozkin


Adding an empty processor to the route in [1]

{code:xml}
    <route>
       <from uri="cxfrs://bean://rsClientHttp"/>
       <process ref="emptyProcessor"/>
    </route>
  
  <bean id="emptyProcessor"
class="org.apache.camel.component.cxf.jaxrs.EmptyProcessor"/>
{code}

loses the response body.

[1] 
https://svn.apache.org/repos/asf/camel/trunk/components/camel-cxf/src/test/resources/org/apache/camel/component/cxf/jaxrs/CxfRsSpringProducer.xml


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to