Hi, On Thu, Apr 10, 2014 at 10:15 AM, Jukka Zitting <[email protected]> wrote: > Hi, > > On Thu, Apr 10, 2014 at 1:42 AM, Tobias Bocanegra <[email protected]> wrote: >> for [0] I need to "login" to the content repository - but I don't know >> how to acquire it. > > @Reference > private Repository repository;
which repository is that? javax.jcr.Repository? that one is not registered neither. > Is there a particular reason why you'd need the Oak ContentRepository instead? The current the logic in the external login module uses a ContentSession to sync the content and not a jcr session. I can try to change that, but then I need a way to obtain a JCR session from within the login modules. regards, toby
