


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.
Views
Replies
Sign in to like this content
Total Likes
ServiceReference sr = bundleContext.getServiceReference(YourService.class.getName());
Views
Replies
Sign in to like this content
Total Likes
ServiceReference sr = bundleContext.getServiceReference(YourService.class.getName());
Views
Replies
Sign in to like this content
Total Likes