[
https://issues.apache.org/activemq/browse/CAMEL-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59016#action_59016
]
Willem Jiang commented on CAMEL-2659:
-------------------------------------
This change introduce a side effect on the Camel OSGi test which use the
feature to load the bundles and I didn't find a way to workaround this.
Removing the <repository> element also introduce a new issue when we deploy the
camel feature into karaf 1.x which using Spring 3.0.0.RELEASE.
It will also complain about can't right feature version file.
So I will revert my change and keep the repository element there.
> apache-camel features file has unused reference to karaf-1.2.0
> --------------------------------------------------------------
>
> Key: CAMEL-2659
> URL: https://issues.apache.org/activemq/browse/CAMEL-2659
> Project: Apache Camel
> Issue Type: Bug
> Components: karaf
> Affects Versions: 2.2.0
> Reporter: Pete Mueller
> Assignee: Willem Jiang
> Attachments: apache-camel.xml
>
>
> The apache-camel.xml features file for felix/karaf has a repository element
> referencing karaf 1.2.0 This creates an odd installation when using karaf
> 1.4, as the karaf 1.2 repo is loaded along with the 1.4 repo, even tho they
> have the same feature list. It seem this inclusion is for the spring and
> spring-dm features, which are the same in karaf-1.2 and karaf-1.4.
> Recommend removing this repository element and/or (if possible) indicating
> that the version of the spring/spring-dm feature is 1.2.0+. I know this is
> possible for bundles, but not sure if the capability exists for features.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.