AEM 6.3 - How to resolve Administrative session issue
In Adobe AEM 6.3, following methods are being deprecated -
ResourceResolverFactory.getAdministrativeResourceResolver
ResourceProviderFactory.getAdministrativeResourceProvider
SlingRepository.loginAdministrative
One of the solution to resolve this issue is -
- Use service authentication method getServiceResourceResolver to get the resourceResolver and then making a systme user and mapping service with user in felix congigurations.
Another Solution is Whitelist the bundle -
1) Go to osgi configurations
2) search for keyword whitelist
3) click on add and give a name to config and bundle symbolic name
YOU ARE DONE !
Refer to following link :
Comments
Post a Comment