On Thu, Jul 9, 2009 at 4:11 PM, Harri T.<[email protected]> wrote: > On 09.07.2009 17:00 Alexander Klimetschek wrote: >> >> The XMLPersistenceManager is used, so all data should be in folders inside >> /fresh/location/jackrabbit/workspaces/liferay (after copying, before >> starting the repository). If they are empty, they will be created upon >> startup, and the workspace will be empty. > > The workspaces are copied as well. > > Liferay seems to use TransientRepository with a separate repository home > parameter: > http://svn.liferay.com/repos/public/portal/tags/4.3.4/portal-impl/src/com/liferay/portal/jcr/jackrabbit/JCRFactoryImpl.java > > The value for the home parameter seems to be > "/fresh/location/jackrabbit/home" and this directory exists.
Well, a repository home of /fresh/location/jackrabbit/home != /fresh/location/jackrabbit ;-) The repository home in the jackrabbit-webapp case is defined in the web.xml or in the bootstrap.properties, so you should change it. Regards, Alex -- Alexander Klimetschek [email protected]
