The issue is that this is not a server - this is a client application. Our command scripts work essentially like any other script, but can include commands that reference either core bundles or non-core bundles (i.e. those loaded by FileInstall). We do not control the non-core bundles - these are created by third-party developers.
If the user specifies a command script to run (i.e. using a command line argument specifying a file), we want to run that script, but we want to wait until all core and non-core bundles have started up and run all commands sequentially. When a specified command is not registered with our handler, we throw up an error and stop execution. Anyway, it does seem like enabling FileInstall's felix.fileinstall.noInitialDelay to true makes the bundles load (but not start) before anything in the features.xml loads or starts. However, for some reason, it doesn't seem that felix.fileinstall.start.level is respected - it will set the start level for the bundles to that value, but they are still getting started at the very end. It seems FileInstall doesn't respect start level order in the same way that Karaf (or at least 3.0+) does with the features.xml. Does anyone know how exactly this is supposed to work in the context of Karaf 3.x? It seems the FileInstall documentation is fairly sparse... -- View this message in context: http://karaf.922171.n3.nabble.com/How-to-execute-code-after-bundles-started-by-Felix-FileInstall-tp4037120p4037173.html Sent from the Karaf - User mailing list archive at Nabble.com.
