2 messages in org.apache.jackrabbit.usersRe: repository migration from XMLPers...
FromSent OnAttachments
Pamarthi, RamakrishnaOct 10, 2007 12:44 am 
Jukka ZittingOct 10, 2007 6:16 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: repository migration from XMLPersistenceManager to BundleFsPersistenceManagerActions...
From:Jukka Zitting (jukk@gmail.com)
Date:Oct 10, 2007 6:16:32 am
List:org.apache.jackrabbit.users

Hi,

On 10/10/07, Pamarthi, Ramakrishna <rk.p@hp.com> wrote:

Is it possible to migrate XMLPersistenceManager repository to BundleFsPersistenceManager?

It is possible, but currently a bit tricky.

The easiest way to do it is to create new empty workspaces with BundleFsPersistenceManager configured as the persistence manager and use Workspace.clone() to copy all content from previous XMLPersistenceManager workspaces to the new workspaces.

Note that the clone() operation will likely require lots of memory if your workspaces are large.

BR,