Hi, > Is it sufficient to use the default Versioning declaration, as seen in the > default configuration ( > http://jackrabbit.apache.org/jackrabbit-configuration.data/repository.xml)?: > > <Versioning rootPath="${rep.home}/version"> > > <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem"> > <param name="path" value="${rep.home}/version" /> > </FileSystem> > > <PersistenceManager > class="org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager"> > <param name="url" > value="jdbc:derby:${rep.home}/version/db;create=true"/> > <param name="schemaObjectPrefix" value="version_"/> > </PersistenceManager>
The persistence manager on all cluster nodes need to point to the same database. Regards, Thomas
