I'm using Felix FileInstall inside a custom Karaf 3.0.2 container, and I'm running into a bit of an issue with bundle startup order. By default, the bundles started by FileInstall are starting after all of the bundles listed in my features.xml.
It would seem that changing the start level using felix.fileinstall.start.level in org.apache.felix.fileinstall-deploy.cfg would be the way to change this. However, even if I change the value to have the bundles load before one of my features, the bundles load at the very end of startup. The one exception to this is if I set it to a value 26 or less (which is the start level of the Karaf feature deployer). Anyway, why does it work like this, and is there something I'm missing? It seems like this option isn't that useful as it stands - perhaps it works better without Karaf, though I've only used FileInstall in that context... -- View this message in context: http://apache-felix.18485.x6.nabble.com/Question-regarding-changing-Felix-FileInstall-start-level-tp5010812.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org