Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
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());