this.pmc.setParameter("url", "jdbc:derby:${" + Xml.REPOSITORY_HOME_VARIABLE + "}/version/db/itemState;create=true");
this.pmc.setParameter("schemaObjectPrefix", "version_");
}
public VersioningConfig createVersioningConfig(Variables variables) throws ConfException {
FileSystemConfig fsc = null;
if (getFileSystemConf() != null) {
fsc = getFileSystemConf().createFileSystemConfig(variables);
}
PersistenceManagerConfig pmc = null;
if (getPersistenceManagerConf() != null) {