A quick question:

My initial platform startlevel is set to 3.
If I install a bundle using:

Bundle b = BundleContext.installBundle();
and then use StartLevel.setBundleStartLevel(b, 5);

what should I expect to happen if I then change the framewoork start level
to 10? The spec seems to be unclear about whether my bundle should
automatically be started or not.

Thanks

Bruce

Reply via email to