You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Alexey Markevich (JIRA)" <ji...@apache.org> on 2014/02/20 15:45:21 UTC

[jira] [Created] (CAMEL-7229) [cxfrs] Producer override bean bus

Alexey Markevich created CAMEL-7229:
---------------------------------------

             Summary: [cxfrs] Producer override bean bus
                 Key: CAMEL-7229
                 URL: https://issues.apache.org/jira/browse/CAMEL-7229
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.12.1
            Reporter: Alexey Markevich
            Priority: Minor


Bean configuration:
org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean cf_cCXFRS_1 = new org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean();
cf_cCXFRS_1.setBus(customBus);

Route:
.to("cxfrs://bean://cCXFRS_1")

But at
org.apache.camel.component.cxf.jaxrs.CxfRsProducer.invokeHttpClient(Exchange)
cfb.setBus(((CxfRsEndpoint)getEndpoint()).getBus());



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)