Cyclic references in two OSGI services
Hi There,
We have a scenario in which we need to create an reference of class B in a class A and Class A in class B. We need to know whether there is any solution to this as we are getting "service unsatisfied" and a sling exception is thrown by the service.
Example:
class A{ @3214626 class B } and class B { @3214626 class A}
Please provide your suggestions and let us know if our approach is correct or not. Thanks in advance.
Regards,
Ravi