Small question for the experts. A BundleTracker with the arguments
Bundle.INSTALLED | Bundle.RESOLVED | Bundle.STARTING | Bundle.ACTIVE | Bundle.STOPPING Gets a callback to addingBundle for any Bundle in INSTALLED state. That is, an bundle.install() call synchronously calls all BundleTrackers with the new Bundle. Why does the BundleTracker not get a callback to the modifiedBundle() method when the bundle is subsequently refreshed and reaches RESOLVED state? I see BundleEvents for the state change, but no callback. Tested with Equinox 3.9.0. Any ideas? Tim.
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
