Hi all What happen when a Bundle with Bundle-ActivationPolicy: lazy in its Manifest is being used while in the RESOLVED state ? In other words, the Bundle has not yet been started with Bundle.start(START_LAZY_ACTIVATION), but another Bundle is being activated and is using a class from the lazy Bundle.
The examples I found on the OSGi web site are only explaining behaviors when the lazy bundle is activated because of a Bundle.loadClass() while in STARTING state. Thanks --G
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
