Hi there,I define a osgi bundle A, and the second osgi bundle B, now a method in the A need to call another mothod defined in the B.private BService getBService() { BundleContext ctx = FrameworkUtil.getBundle(this.getClass()) .getBundleContext(); ServiceReference serviceReference = ctx .getServiceRe...