Can you check the log if there is an error resolving the feature?
The resolver is a little more strict with 1.3.0 festures.
Christian
Am 01.07.2015 um 19:11 schrieb Pratt, Jason:
Hello – I am trying out karaf-4.0.0 and wanted to see how feature.xml
are working in the /deploy directory. Is there a way to add a feature
to a feature.xml and have it install itself?
Example:
<featurename=/"myFeature"/ description=/"test jndi for Karaf"/
install=/"auto"/ version=/"1.0.0"/>
<featuredependency=/"true"/>_jndi_</feature>
</feature>
I see it does add the repo, but doesn’t install the feature.
If I am reading http://karaf.apache.org/xmlns/features/v1.3.0
<http://karaf.apache.org/xmlns/features/v1.3.0> correctly,
install=auto won’t work for the jndi feature. Is there another way to
have it install itself from a features xml file?
Thanks,
Jason