Hi, I would recommend you access the repository using Magnolia APIs, this will ensure that all changes you make gets proper versioning, auditing and tracking of modification date etc. During processing of a request you can simply call MgnlContext.getJCRSession() to acquire a Session on a workspace. The session is automatically closed when the request completes so you don't need to close it yourself. If it's not during request processing you should use MgnlContext.doInSystemSession().
Hope that helps, Tobias -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=ebdb81f3-4b76-43e9-8151-40333d083a95 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
