Hi,

yes, this is a bug, create KARAF-1754[1] to track it.

[1]https://issues.apache.org/jira/browse/KARAF-1754

Freeman
-------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042

On 2012-8-22, at 上午11:45, Andrei Pozolotin wrote:

> Hi,
> 
> if I am updating the same features.xml in auto deploy folder, such as one 
> below
> and keep adding more and more features, then
> 
> feature:list shows that newly added features do show up,
> but the old ones are getting duplicated;
> 
> is it a feature or a bug? :-)
> 
> Thank you, 
> 
> Andrei
> 
> 
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <features xmlns="http://karaf.apache.org/xmlns/features/v1.1.0"; 
> name="empty-repository">
> 
>     <!-- these features should be auto installed -->
> 
>     <feature install="auto" name="empty-feature-one" version="1.0.0" 
> description="very empty">
>     </feature>
> 
>     <feature install="auto" name="empty-feature-two" version="2.0.0" 
> description="extra empty">
>     </feature>
> 
> </features>
> 

Reply via email to