Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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());