A. The bundles consuming the service need to import the fully qualified name of the service interface.
B. The bundle providing the service needs to contain an adequate SCR descriptor file.
C. The bundle providing the service needs to export the java package of the service
interface.
D. The bundle providing the service needs to contain a whitelist of allowed consumer bundles.
E. The service needs to correctly declare metatype information.