Community
Participate
Working Groups
If a bundle is installed which has the same bundle symbolic name, bundle version, and location as an existing bundle, the existing bundle is returned regardless of which region the bundle resides in. This can be misleading to an application installing a bundle as it can be given a bundle which it cannot use (because the region framework hooks filter out the bundle). It would be better to fail the install, but this requires a bundle install hook to be implemented in Equinox as detailed in bug 333189.
Awaiting bundle install hook.
(In reply to comment #1) > Awaiting bundle install hook. I don't think you need an install hook for this. The fix for bug333667 should solve this problem.
(In reply to comment #2) > (In reply to comment #1) > > Awaiting bundle install hook. > > I don't think you need an install hook for this. The fix for bug333667 should > solve this problem. Yes, you're right! Thanks for pointing this out. (The bundle install hook is still needed for other reasons though.)
This was fixed by the upgrade to Equinox 3.7M5. Note that a bundle install hook appears not to be necessary as we can make do with the bundle event hook.