[
https://issues.apache.org/jira/browse/AMQ-3606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13914637#comment-13914637
]
Christoph Emmersberger commented on AMQ-3606:
---------------------------------------------
Hi
it seems that this issue still exists with activemq-karaf version 5.9.0. See
the following WARN message:
org.apache.karaf.features.core - 3.0.0 | Old style feature file without
namespace found (URI:
mvn:org.apache.activemq/activemq-karaf/5.9.0/xml/features). This format is
deprecated and support for it will soon be removed
Could be removed, e.g. via:
{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: AMQ-3606
> URL: https://issues.apache.org/jira/browse/AMQ-3606
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.5.1
> Reporter: Jean-Baptiste Onofré
> Assignee: Dejan Bosanac
> Fix For: 5.6.0
>
> Attachments: AMQ-3606.patch
>
>
> The future Karaf 3.0 version will validate the features XML. The namespace is
> now require.
> I'm gonna submit a patch to define it.
> On the other hand, I think that the features-2.1.xml file is no more
> required. I will provide another patch to remove it.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)