Solved
AEM 6.2 depcreated method
JackrabbitSession session = (JackrabbitSession) repository.loginAdministrative(null);
I am using this method in my bundle and it works.
Why it is working if it is depcreated?
Any issue in using it ?
Thanks
JackrabbitSession session = (JackrabbitSession) repository.loginAdministrative(null);
I am using this method in my bundle and it works.
Why it is working if it is depcreated?
Any issue in using it ?
Thanks
No issue other than a future version may drop it, However for now - it works.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.