Hi,

Is it possible to apply an AOP aspect in an OSGI reference?

I have two bundles, bundle A expose a service that bundle B is able to consume it.
Bundle B has a bean reference, and I want to apply AOP aspect to this reference.
I want to use monitoring using JMX.

Could you please help me?

Thanks.