Hi,
I observed following error in error.log file.
05.01.2017 17:08:16.061 *ERROR* [qtp2020412890-166] com.adobe.granite.repository.impl.SlingRepositoryImpl Bundle com.adobe.connect.osgi.service.connect-osgi-service is NOT whitelisted to use SlingRepository.loginAdministrative.
what does it mean that bundle is not whitelisted to use?
I have changed following line in bundle:
repository.loginAdministrative(null) to repository.login(new SimpleCredentials("admin", "admin".toCharArray()));
As it is depcreted.
I am not able to get it.
Any concern?
Thanks