What is the difference between osgi.startLevel and osgi.bundles.defaultStartLevel?

There are two things going on: the current start-level of the OSGi Framework, and the required start-level of each bundle When the framework reaches a particular start-level, all of the bundles at that start-level get started. So when the framework enters level 6, all of the bundles that are at level 6 are started (but the bundles at level 7 are not yet started) osgi. StartLevel is simply the start level that the OSGi Framework will try to reach after you boot it up osgi.bundles.

DefaultStartLevel is the start level that any bundle has by default if you don't set it to something else So for example if you set osgi. StartLevel to 3 and osgi.bundles. DefaultStartLevel to 4, then basically no bundles will be started!

There are two things going on: the current start-level of the OSGi Framework, and the required start-level of each bundle. When the framework reaches a particular start-level, all of the bundles at that start-level get started. So when the framework enters level 6, all of the bundles that are at level 6 are started (but the bundles at level 7 are not yet started).Osgi.

StartLevel is simply the start level that the OSGi Framework will try to reach after you boot it up. Osgi.bundles. DefaultStartLevel is the start level that any bundle has by default if you don't set it to something else.So for example if you set osgi.

StartLevel to 3 and osgi.bundles. DefaultStartLevel to 4, then basically no bundles will be started!

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions