Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
framework-1.8.1
-
None
-
None
Description
It seems that Bundle.start(int) with START_ACTIVATION_POLICY is not supported
http://www.osgi.org/javadoc/r4v41/org/osgi/framework/Bundle.html#start(int)
In Felix-1.8.1 I see
public void start(int options) throws BundleException
{
if ((options & Bundle.START_ACTIVATION_POLICY) > 0)
....
}
Is there a way to still work with Bundle-ActivationPolicy: lazy ?