Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Force particular bundle wirings to deal with split packages?

> On 17 Jun 2016, at 18:00, Brian de Alwis <briandealwis@xxxxxxxxx> wrote:
> 
> I've hit a situation where I have three bundles providing classes in javax.annotation and of course a key bundle is being wired up to the wrong provider of javax.annotation.
> 
> All of these bundles are out in the wild and can't be rebuilt.
> 
> Is there any way for me, as an integrator, to force particular wirings? I've yet to start looking at the wiring APIs. I thought I could create a start-level 1 bundle to force the wiring?

If you’re unable to change the bundles then no, not really. The only way is to not install these bundles that have exports of javax.annoation.

Fiddling with start levels will have absolutely no effect. Start levels are for starting — we are talking about resolution which comes before.


> 
> Brian. 
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top