On Dec 15, 2009, at 10:06 , Andrea Zoppello wrote: > I've the following problem: I'm starting my OSGi container ( Equinox ) with > jdk1.6, so as the result > i've the system bundle exporting the javax.* packages with version "0.0.0" > > From a my client bundle i want that during the resolution my bundle will not > use the javax.* package exported > by the system bundle, but the ones exported by another one.
The only solution I see is to use versions for that. If the system bundle exports javax.* with 0.0.0 And another bundle exports javax.* with 1.0.0 Simply import [1.0.0, 1.0.0] or something similar. Greetings, Marcel _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
