[
https://issues.apache.org/activemq/browse/CAMEL-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-622.
--------------------------------
Resolution: Fixed
committed a quick fix for it http://svn.apache.org/viewvc?rev=669838&view=rev
, also update the wiki page http://cwiki.apache.org/CAMEL/cxf.html
> cxf-camel component should figure out a way to make the cxf bus create inside
> it retrievable
> --------------------------------------------------------------------------------------------
>
> Key: CAMEL-622
> URL: https://issues.apache.org/activemq/browse/CAMEL-622
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-cxf
> Reporter: Freeman Fang
> Assignee: Willem Jiang
> Fix For: 1.4.0
>
>
> recently camel-cxf components add new feature CAMEL-614, in this change
> CxfProducer create a new cxf bus in such case, see the code below
> if (endpoint.getApplicationContext() != null) {
> SpringBusFactory bf = new
> SpringBusFactory(endpoint.getApplicationContext());
> bus = bf.createBus();
> }
> we need this bus create inside camel-cxf retrievable , maybe add it into
> CamelContext can address it
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.