From 1345ac0dfae9a555abb7b74ed48452d9bc92b8c3 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 22 Jul 2014 13:44:30 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1206 : Create a new ReplicationBackend/ChangelogBackend to support cn=changelog

---
 opends/src/messages/messages/backend.properties |   82 ++++++++++------------------------------
 1 files changed, 21 insertions(+), 61 deletions(-)

diff --git a/opends/src/messages/messages/backend.properties b/opends/src/messages/messages/backend.properties
index cb81b7a..15b3fe3 100644
--- a/opends/src/messages/messages/backend.properties
+++ b/opends/src/messages/messages/backend.properties
@@ -66,16 +66,10 @@
  retrieve entry with DN "%s".  This backend should only be asked to retrieve \
  the root DSE itself.  However, it will check with the defined subordinate \
  backends and see if it can find the requested entry
-MILD_ERR_ROOTDSE_ADD_NOT_SUPPORTED_7=Unwilling to add entry "%s" because add \
- operations are not supported in the root DSE backend
-MILD_ERR_ROOTDSE_DELETE_NOT_SUPPORTED_8=Unwilling to remove entry "%s" \
- because delete operations are not supported in the root DSE backend
 MILD_ERR_ROOTDSE_MODIFY_NOT_SUPPORTED_9=Unwilling to update entry "%s" \
  because modify operations are not supported in the root DSE backend.  If you \
  wish to alter the contents of the root DSE itself, then it may be possible to \
  do so by modifying the "%s" entry in the configuration
-MILD_ERR_ROOTDSE_MODIFY_DN_NOT_SUPPORTED_10=Unwilling to rename entry "%s" \
- because modify DN operations are not supported in the root DSE backend
 MILD_ERR_ROOTDSE_INVALID_SEARCH_BASE_11=Unwilling to perform a search \
  (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE \
  backend.  The base DN for searches in this backend must be the DN of the root \
@@ -89,8 +83,6 @@
  occurred while trying to open the LDIF writer for the root DSE backend:  %s
 SEVERE_ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE_15=An unexpected error occurred while \
  trying to export the root DSE entry to the specified LDIF target: %s
-SEVERE_ERR_ROOTDSE_IMPORT_NOT_SUPPORTED_16=The root DSE backend does not \
- support LDIF import operations
 SEVERE_ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED_17=The root DSE backend \
  does not provide a facility for backup and restore operations.  The contents \
  of the root DSE should be backed up as part of the Directory Server \
@@ -110,28 +102,29 @@
  occurred while attempting to decode cn=monitor as the base DN for the \
  Directory Server monitor information:  %s.  No monitor information will be \
  available over protocol
-MILD_ERR_MONITOR_ADD_NOT_SUPPORTED_23=Unwilling to add entry "%s" because add \
- operations are not supported in the monitor backend
-MILD_ERR_MONITOR_DELETE_NOT_SUPPORTED_24=Unwilling to remove entry "%s" \
- because delete operations are not supported in the monitor backend
+MILD_ERR_BACKEND_ADD_NOT_SUPPORTED_23=Unwilling to add entry "%s" because add \
+ operations are not supported in the "%s" backend
+MILD_ERR_BACKEND_DELETE_NOT_SUPPORTED_24=Unwilling to remove entry "%s" \
+ because delete operations are not supported in the "%s" backend
 MILD_ERR_MONITOR_MODIFY_NOT_SUPPORTED_25=Unwilling to update entry "%s" \
  because modify operations are not supported in the monitor backend.  If you \
  wish to alter the contents of the base monitor entry itself, then it may be \
  possible to do so by modifying the "%s" entry in the configuration
-MILD_ERR_MONITOR_MODIFY_DN_NOT_SUPPORTED_26=Unwilling to rename entry "%s" \
- because modify DN operations are not supported in the monitor backend
+MILD_ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED_26=Unwilling to rename entry "%s" \
+ because modify DN operations are not supported in the "%s" backend
 SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_BASE_27=An error occurred while \
  attempting to export the base monitor entry:  %s
 SEVERE_ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY_28=An error occurred while \
  attempting to export the monitor entry for monitor provider %s:  %s
-SEVERE_ERR_MONITOR_IMPORT_NOT_SUPPORTED_29=The monitor backend does not \
+SEVERE_ERR_BACKEND_IMPORT_NOT_SUPPORTED_29=The "%s" backend does not \
  support LDIF import operations
-SEVERE_ERR_MONITOR_BACKUP_AND_RESTORE_NOT_SUPPORTED_30=The monitor backend \
- does not provide a facility for backup and restore operations
 INFO_MONITOR_USING_NEW_USER_ATTRS_31=The monitor configuration has been \
  updated so that it will now use a new set of user-defined attributes
-MILD_ERR_MONITOR_GET_ENTRY_NULL_32=Unable to retrieve the requested entry \
- from the monitor backend because the provided DN was null
+MILD_ERR_BACKEND_GET_ENTRY_NULL_32=Unable to retrieve the requested entry \
+ from the "%s" backend because the provided DN was null
+SEVERE_ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN_33= Unable to initialize the \
+ "%s" backend because an error occurred while attempting to decode the base \
+ DN for this backend:  %s
 MILD_ERR_MONITOR_INVALID_BASE_34=Unable to retrieve the requested entry %s \
  from the monitor backend because the DN is not below the monitor base of %s
 INFO_MONITOR_UPTIME_37=%d days %d hours %d minutes %d seconds
@@ -143,12 +136,6 @@
  information, as specified in the ds-cfg-schema-entry-dn attribute of \
  configuration entry %s:  %s.  The default schema base DN of cn=schema will be \
  used
-MILD_ERR_SCHEMA_ADD_NOT_SUPPORTED_41=Unwilling to add entry "%s" because add \
- operations are not supported in the schema backend
-MILD_ERR_SCHEMA_DELETE_NOT_SUPPORTED_42=Unwilling to remove entry "%s" \
- because delete operations are not supported in the schema backend
-MILD_ERR_SCHEMA_MODIFY_DN_NOT_SUPPORTED_44=Unwilling to rename entry "%s" \
- because modify DN operations are not supported in the schema backend
 SEVERE_ERR_SCHEMA_UNABLE_TO_EXPORT_BASE_45=An error occurred while attempting \
  to export the base schema entry:  %s
 MILD_ERR_SCHEMA_INVALID_BASE_48=Unable to retrieve the requested entry %s \
@@ -347,8 +334,6 @@
 SEVERE_ERR_TASKBE_ADD_DISALLOWED_DN_130=New entries in the task backend may \
  only be added immediately below %s for scheduled tasks or immediately below \
  %s for recurring tasks
-SEVERE_ERR_TASKBE_MODIFY_DN_NOT_SUPPORTED_131=Modify DN operations are not \
- supported in the task backend
 INFO_TASKBE_BACKING_FILE_HEADER_132=This file contains the data used by the \
  Directory Server task scheduler backend.  Do not edit this file directly, as \
  there is a risk that those changes will be lost.  Scheduled and recurring \
@@ -420,8 +405,6 @@
 SEVERE_ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE_154=An error occurred while \
  attempting to write the new tasks data backing file %s:  %s.  Configuration \
  information reflecting the latest update may be lost
-SEVERE_ERR_TASKBE_IMPORT_NOT_SUPPORTED_155=The task backend does not support \
- LDIF import operations
 INFO_TASKBE_INTERRUPTED_BY_SHUTDOWN_156=The tasks backend is being shut down
 INFO_ROOTDSE_UPDATED_SHOW_ALL_ATTRS_159=The root DSE configuration has been \
  updated so that configuration attribute %s will now use a value of %s
@@ -450,13 +433,8 @@
 SEVERE_ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK_170=Unable to process the \
  search operation in the task backend because there is no recurring task \
  associated with the provided search base entry %s
-SEVERE_ERR_BACKUP_CONFIG_ENTRY_NULL_171=Unable to initialize the backup \
+SEVERE_ERR_BACKEND_CONFIG_ENTRY_NULL_171=Unable to initialize the "%s" \
  backend because the provided configuration entry is null
-SEVERE_ERR_BACKUP_CANNOT_DECODE_BACKUP_ROOT_DN_172=Unable to initialize the \
- backup backend because an error occurred while attempting to decode the base \
- DN for the backend:  %s
-SEVERE_ERR_BACKUP_GET_ENTRY_NULL_175=Unable to retrieve an entry from the \
- backup backend because the requested entry was null
 SEVERE_ERR_BACKUP_INVALID_BASE_176=Requested entry %s does not exist in the \
  backup backend
 SEVERE_ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY_177=Unable to retrieve entry \
@@ -477,22 +455,10 @@
  which the requested backup should reside
 SEVERE_ERR_BACKUP_NO_SUCH_BACKUP_183=Backup %s does not exist in backup \
  directory %s
-SEVERE_ERR_BACKUP_ADD_NOT_SUPPORTED_184=Add operations are not supported in \
- the backup backend
-SEVERE_ERR_BACKUP_DELETE_NOT_SUPPORTED_185=Delete operations are not \
- supported in the backup backend
-SEVERE_ERR_BACKUP_MODIFY_NOT_SUPPORTED_186=Modify operations are not \
- supported in the backup backend
-SEVERE_ERR_BACKUP_MODIFY_DN_NOT_SUPPORTED_187=Modify DN operations are not \
- supported in the backup backend
+MILD_ERR_BACKEND_MODIFY_NOT_SUPPORTED_186=Unwilling to update entry "%s" \
+ because modify operations are not supported in the "%s" backend
 SEVERE_ERR_BACKUP_NO_SUCH_ENTRY_188=The requested entry %s does not exist in \
  the backup backend
-SEVERE_ERR_BACKUP_EXPORT_NOT_SUPPORTED_189=LDIF export operations are not \
- supported in the backup backend
-SEVERE_ERR_BACKUP_IMPORT_NOT_SUPPORTED_190=LDIF import operations are not \
- supported in the backup backend
-SEVERE_ERR_BACKUP_BACKUP_AND_RESTORE_NOT_SUPPORTED_191=Backup and restore \
- operations are not supported in the backup backend
 SEVERE_ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE_192=Exactly one base DN \
  must be provided for use with the memory-based backend
 SEVERE_ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS_193=Entry %s already exists in \
@@ -501,8 +467,8 @@
  the memory-based backend
 SEVERE_ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST_195=Unable to add entry %s \
  because its parent entry %s does not exist in the memory-based backend
-SEVERE_ERR_MEMORYBACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in \
- the memory-based backend
+SEVERE_ERR_BACKEND_ENTRY_DOESNT_EXIST_196=Entry %s does not exist in \
+ the "%s" backend
 SEVERE_ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN_197=Cannot delete \
  entry %s because it has one or more subordinate entries
 SEVERE_ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER_199=Unable to create an \
@@ -764,8 +730,6 @@
 INFO_TASK_COMPLETION_BODY_299=Task ID:  %s\r\nTask State:  %s\r\nScheduled \
  Start Time:  %s\r\nActual Start Time:  %s\r\nCompletion Time:  %s\r\n\r\nLog \
  Messages:\r\n
-SEVERE_ERR_TRUSTSTORE_GET_ENTRY_NULL_300=Unable to retrieve an entry from the \
- trust store backend because the requested entry was null
 SEVERE_ERR_TRUSTSTORE_INVALID_BASE_301=Requested entry %s does not exist in \
  the trust store backend
 SEVERE_ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE_302=Unable to process \
@@ -773,17 +737,13 @@
  below the base DN but does not specify a certificate name
 SEVERE_ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT_303=Error while trying to retrieve \
  certificate %s from the trust store file %s: %s
-SEVERE_ERR_TRUSTSTORE_MODIFY_NOT_SUPPORTED_304=Modify operations are not \
- supported in the trust store backend
-SEVERE_ERR_TRUSTSTORE_MODIFY_DN_NOT_SUPPORTED_305=Modify DN operations are not \
- supported in the trust store backend
 SEVERE_ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN_306=Unable to \
  initialize the trust store backend from configuration entry %s because it \
  does not contain exactly one base DN
-SEVERE_ERR_TRUSTSTORE_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and \
- export operations are not supported in the trust store backend
-SEVERE_ERR_TRUSTSTORE_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and \
- restore operations are not supported in the trust store backend
+MILD_ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED_307=LDIF import and \
+ export operations are not supported in the "%s" backend
+MILD_ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED_308=Backup and \
+ restore operations are not supported in the "%s" backend
 SEVERE_ERR_TRUSTSTORE_NO_SUCH_FILE_309=The trust store file %s \
  specified in attribute ds-cfg-trust-store-file of configuration entry %s does \
  not exist

--
Gitblit v1.10.0