Thanks for the update.

As we had a regression on the <bundle/> "start" attribute, it's possible that we have an issue on the <feature/> "install" attribute as well.

For the tracking, I created the following Jira:

https://issues.apache.org/jira/browse/KARAF-5285

By the way, as Cellar also provides a hazelcast feature, I would recommend to name your feature differently (like camel-w-hazelcast for instance).

Regards
JB

On 08/02/2017 07:00 PM, afbagwe wrote:
Yes. Here's the content of features.xml file inside the KAR...

<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0";
name="hazelcast-1.0.0-SNAPSHOT">
<repository>mvn:org.apache.karaf.features/standard/4.1.1/xml/features</repository>
     <feature name="hazelcast" description="Hazelcast w/ Camel integration"
install="manual" version="1.0.0.SNAPSHOT">
         <details>This feature set provides Hazelcast to be used
independently or through Camel.</details>
         <feature prerequisite="false"
dependency="false">transaction</feature>
         <feature version="2.18.3" prerequisite="false"
dependency="true">camel-core</feature>
<bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.4</bundle>
         <bundle>mvn:org.apache.camel/camel-hazelcast/2.18.3</bundle>
         <bundle>mvn:com.hazelcast/hazelcast/3.7.1</bundle>
     </feature>
</features>

Thanks for checking this!



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Features-automatic-vs-manual-install-tp4051144p4051148.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to