Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5123

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 2.9.1
    • None
    • camel-cxf
    • Unknown

    Description

      Adding an empty processor to the route in [1]

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

      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

      Attachments

        Activity

          People

            njiang Willem Jiang
            sergey_beryozkin Sergey Beryozkin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: