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]

