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:
<feature name="myFeature" description="test jndi for Karaf" install="auto"
version="1.0.0">
<feature dependency="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 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