You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2010/11/03 04:36:00 UTC

[jira] Commented: (CAMEL-3303) camel-cxf bundle should not export META-INF.cxf which is also exported by cxf-bundle.

    [ https://issues.apache.org/activemq/browse/CAMEL-3303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62977#action_62977 ] 

Willem Jiang commented on CAMEL-3303:
-------------------------------------

Exporting the META-INF.cxf.camel instead of META-INF.cxf to avoid the package conflict of cxf-bundle.
Now you should use
{code}
<import resource="classpath:META-INF/cxf/camel/cxf-extension-camel.xml" />
{code}

instead of 
{code}
<import resource="classpath:META-INF/cxf/cxf-extension-camel.xml" />
{code}
to use the camel transport module in OSGi with spring.

> camel-cxf bundle should not export META-INF.cxf which is also exported by cxf-bundle.
> -------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3303
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3303
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.6.0
>
>
> Here is the mailing thread[1] about it.
> [1] http://camel.465427.n5.nabble.com/CXF-Startup-issue-with-Camel-in-OSGI-runtime-tp3241913p3247484.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.