On Thu, Jan 24, 2013 at 12:37 PM, Fabian Christ <christ.fab...@googlemail.com> wrote: > ...The problem is that we do not have something like "default". It all > depends on the launcher. If the security bundles are in the launcher, > the checks will be performed....
In Sling we use run modes [1] for such things, where the installer decides to install or not a bundle at startup, based on the current run modes. I don't think we have used that in Stanbol so far, but we could use OSGi start levels for this: install the security bundles at say start level 40, and by default only go to level 30, which would not enable them. What bugs me is that people who want to play with Stanbol using the "usual" launchers are blocked by security issues that are irrelevant to them. -Bertrand [1] http://sling.apache.org/site/sling-settings-orgapacheslingsettings.html