The following sequence of commands on Karaf results in an empty list of Camel context, even though in HawtIO console (http://localhost:8181/hawtio/) you can confirm a Camel context camel-n from the SwitchYard quickstart.
JBossFuse:karaf@root> features:install switchyard-quickstart-camel-rss-binding
|
JBossFuse:karaf@root> camel:context-list
|
# empty
|
This should be because SwitchYard doesn't enlist its Camel contexts into the OSGi registry when it's deployed on Karaf.
|