On Thu, Jul 9, 2009 at 11:16 AM, Harri T. wrote: > repository.xml seems to have a security element: > >       >               class="org.apache.jackrabbit.core.security.SimpleAccessManager" /> >               class="org.apache.jackrabbit.core.security.SimpleLoginModule"> >                       >               >       Yes, this is the standard config for pre-1.5 Jackrabbit and works as I described before. So this shouldn't be your problem. > Now I tried both of these login methods: > >       Session session = repository.login(new SimpleCredentials("admin", new > char[]{})); >       Session session = repository.login(new SimpleCredentials("anonymous", > new char[]{})); > > However, I get always the previously described output. Ok, access control ruled out. Can you see the repository content in a different way (eg. through Liferay)? Are you sure you connect to the same repository? Maybe Liferay uses a different workspace? Regards, Alex -- Alexander Klimetschek alexander.klimetschek@day.com