Hi, On 10/10/07, Pamarthi, Ramakrishna <[EMAIL PROTECTED]> 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, Jukka Zitting
