ServiceA in BundleA injected into ServiceB in BundleB
Hi,
I got 2 bundles in my project. BundleA and BundleB.
BundleA has a ServiceA (annotated with @Service and @Component) that I want to inject (@Reference) into ServiceB which is in BundleB.
I'm not able to do so. My BundleB appears as Active in the console but it doesn't work.
Can someone shed some light?
Thank you very much.