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/04/21 11:31:15 UTC

[jira] Commented: (CAMEL-2659) apache-camel features file has unused reference to karaf-1.2.0

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

Willem Jiang commented on CAMEL-2659:
-------------------------------------

current we can't remove the below repository, if we want to use the karaf features-maven-plugin to validate the feature. 
{code}
<repository>mvn:org.apache.felix.karaf/apache-felix-karaf/${karaf-version}/xml/features</repository>
{code}
I just create a JIRA[1] in felix for it.
[1] https://issues.apache.org/jira/browse/FELIX-2293


> 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.