Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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