Hi, On Sat, Dec 12, 2015 at 9:33 PM, CP <[email protected]> wrote: > How do we set a start level of a bundle ? what entries should be made in > manifest file of the bundle or pom.xml of a maven project so that it gets > installed with the specified start level.
The bundle's start level is not controlled by the bundle, since it is a deployment-time concern. Depending on how you package you Sling app, it might be controlled by the provisioning model [1] ( Sling 8 or newer ) or the bundle list [2] ( Sling 7 or older ). Robert [1]: http://sling.apache.org/documentation/development/slingstart.html [2]: http://sling.apache.org/documentation/development/maven-launchpad-plugin.html
