In our case, the issue is that Cytoscape has the option to run a command script on startup. These command scripts can utilize functionality that is provided either by our core bundles (those listed in features.xml) or our apps (loaded by Felix FileInstall). When each bundle loads, it registers itself (and the commands it accepts) with our command handler.
Given this, we don't want to execute any such scripts until FileInstall has done its initial passthrough and all of the bundles loaded have had a chance to register commands. If it were possible to have an event after FileInstall finished a directory pass, that would help us a lot - though from what I could see, FileInstall doesn't seem to have any kind of API. Any ideas? -- View this message in context: http://karaf.922171.n3.nabble.com/How-to-execute-code-after-bundles-started-by-Felix-FileInstall-tp4037120p4037128.html Sent from the Karaf - User mailing list archive at Nabble.com.
