I'm migrating our code from Fuse 6 to to Fuse 7 (Developer editions).
We spin up lots of instances, so I need to automate the features loading like in Fuse 6, and it's not working.
I add the following to the /etc/org.apache.karaf.features.cfg
featuresBoot = \
...
transaction-manager-narayana/5.7.2.Final, \
camel-hl7/2.21.0.fuse-000077-redhat-1,\
camel-mina2/2.21.0.fuse-000077-redhat-1,\
camel-beanio/2.21.0.fuse-000077-redhat-1
and would expect it to install camel-hl7, camel-mina2 and camel-beanio. But when I check in the client, it shows "Uninstalled".
They install if I do it manually with feature:install
What else do I need to do? Help me Obi-wan.