Hi,
How do I change it to include the bundle persistance for Derby?
Replace org.apache.jackrabbit.core.state.db.DerbyPersistenceManager with org.apache.jackrabbit.core.persistence.bundle.DerbyPersistenceManager Bundle and Db Database schemas are not compatible, so you also need to delete the old database. Thomas
