BackupChainLog bclog = new BackupChainLog(workspacesMapping.get(repositoryEntry.getWorkspaceEntries().get(0).getName()));
if (ClassLoading.forName(bclog.getFullBackupType(), this)
.equals(org.exoplatform.services.jcr.ext.backup.impl.rdbms.FullBackupJob.class))
{
String newConf = new JsonGeneratorImpl().createJsonObject(repositoryEntry).toString();
String currnetConf =
new JsonGeneratorImpl().createJsonObject(
repoService.getRepository(repositoryEntry.getName()).getConfiguration()).toString();
isSameConfigRestore = newConf.equals(currnetConf);
}
}