On Thu, Jul 9, 2009 at 9:45 AM, Harri T.<[email protected]> wrote: > Session session = repository.login();
I guess access control is not present? 1.3.1 only has the simple access model that only differentiates between normal user and admin user (if user id is "admin"), but it could be that there is a custom access manager present, so you might need to login with different credentials. Regards, Alex -- Alexander Klimetschek [email protected]
