Perfect, don't know how I missed that in digging through the API's.
Looks like I'll have to walk through every bundle's exported packages
to get the info I want, but that should be a pretty quick operation,
I'm guessing.

Thanks a bunch,

Don

On Thu, Feb 19, 2009 at 10:57 PM, Neil Bartlett <[email protected]> wrote:
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to