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

Christoph Emmersberger commented on CAMEL-4707:
-----------------------------------------------

There is an issue when using Karaf 3.x

Deploying Camel to Karaf results in the following WARN message: 
org.apache.karaf.features.core - 3.0.0 | Old style feature file without 
namespace found (URI: 
mvn:org.apache.camel.karaf/apache-camel/2.12.2/xml/features). This format is 
deprecated and support for it will soon be removed

To resolve this, it is required to add the feature namespace to the 
features.xml descriptor, e.g.:

{code}
<?xml version="1.0" encoding="UTF-8"?>
<features name="..." xmlns="http://karaf.apache.org/xmlns/features/v1.2.0";>
...
</features>
{code}

> Features descriptor should define the namespace
> -----------------------------------------------
>
>                 Key: CAMEL-4707
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4707
>             Project: Camel
>          Issue Type: Improvement
>          Components: karaf
>    Affects Versions: 2.8.3, 2.9.0
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.0
>
>
> In future Karaf 3.0, the features XML validation will be required. It means 
> that the features XML descriptor should define the right namespace.



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

Reply via email to