Hi, it seems that currently in the Web Console one can only track service references in one direction (from consumer to provider). Is there a way to see for a particular service which components/classes are currently using that service?
That would be very helpful fo debugging purposes. Is there an API in OSGi for that? I only found https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/framework/ServiceReference.html#getUsingBundles-- which seems pretty coarse. But maybe one could use Felix internal API for getting that on a more finegrained level.... WDYT? Konrad
