Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
framework-4.0.0
-
None
-
None
-
any
Description
We put a slight addition into the launcher to get the bundle setup easier to handle. We added start levels to auto-deploy directory configurations; this allows you to configure multiple auto-deploy directories and have all of the bundles in a single directory deployed and started with the defined run level. This makes configuration easier compared to listing all bundles for each start level explicitly. We used the same syntax you already use for autostart, i.e. felix.auto.deploy.dir.<N>=/some/bundle/dir
Maybe you want to consider adding this to the default distribution. The only change we did is really do add an additional loop into the AutoProcessor. In case you want to put it in maybe you want to add some more in there around auto-deploy actions per run level...