Hi, I'm currently investigating how to add support for configurations to the launchpad. Currently it is only possible to provision bundles, but I have the need for configurations as well.
My first approach was to replace our code with FileInstall from the Felix project. But it seems that we would hit several problems with that (it really only supports the file system, has no start level support etc.) So, my basic idea is to search for "*.cfg" files in the same dirs as we are searching for bundles in, and then add the found configs to the config admin. The question is how/if to update. I think adding the configs on the first start only and then forget about them is fine for my use cases (maybe we could add a force install option) This would not cover the case of updating a config or even removing a config through this way. WDYT? Regards Carsten -- Carsten Ziegeler [email protected]
