On Thu, Feb 11, 2010 at 21:27, Andreas Schaefer <[email protected]> wrote: > javax.jcr.AccessDeniedException: /content/blog/first_blog/text: not allowed > to add or modify item
This means the user that is logged in jcr (for that request) does not have write permissions on that path. The acls could be changed on the content or the blog sample must support some kind of login. Regards, Alex -- Alexander Klimetschek [email protected]
