Leiste mit Community-Erfolgen erweitern.

GELÖST

Access Service from another AEM bundle

Avatar

Level 2

Hi,

I have two aem projects say  A and B. I need to access the service in project A from B. Can you please let me know how to achieve this.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

ServiceReference sr = bundleContext.getServiceReference(YourService.class.getName());

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Employee

ServiceReference sr = bundleContext.getServiceReference(YourService.class.getName());