Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Solved! Go to Solution.
Please refer this document :https://sling.apache.org/documentation/development/osgi-mock.html#activation-and-dependency-injectio...// activate service
MockOsgi.activate(service, props);
// deactivate service
MockOsgi.deactivate(service);
View solution in original post
Views
Likes
Replies