Take a look at the PackageAdmin service, which is published by the framework. You can use it to query ExportedPackage objects, and from there find the exporting and importing bundle(s).
Regards Neil On 2/19/09, Don Brown <[email protected]> wrote: > In debugging bundle loading problems, I've found the debug logging > messages that print out which package imports are bound to which > bundles invaluable. Unfortunately, I can't find a way via standard > OSGi or even Felix classes to get at this information. The object > that has what I want is IWire, but it is so buried down in Felix that > it seems like I'd have to fork it to get at the information I want. > > Does anyone else have this problem and is there some approach I'm missing? > > Don > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

