From 44e65a90731cfd0dbaff36aaa3993fde064f744d Mon Sep 17 00:00:00 2001 From: dugan <dugan@localhost> Date: Mon, 03 Sep 2007 02:33:57 +0000 Subject: [PATCH] Commit plugin for maintaining referential integrity. Issue 257. --- opendj-sdk/opends/src/messages/messages/plugin.properties | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/plugin.properties b/opendj-sdk/opends/src/messages/messages/plugin.properties index 4a76304..747d78b 100644 --- a/opendj-sdk/opends/src/messages/messages/plugin.properties +++ b/opendj-sdk/opends/src/messages/messages/plugin.properties @@ -317,4 +317,44 @@ changes failed the attribute value uniqueness check SEVERE_ERR_PLUGIN_REFERINT_INVALID_PLUGIN_TYPE_81=An attempt was made to \ register the Referential Integrity plugin to be invoked as a %s plugin. This \ - plugin type is not allowed for this plugin \ No newline at end of file + plugin type is not allowed for this plugin +SEVERE_ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82=An error occured during \ + Referential Integity plugin initialization because log file creation \ + failed: %s +SEVERE_ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83=An error occured closing the \ + Referential Integrity plugin update logile: %s +SEVERE_ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84=An error occured replacing the \ + Referential Integrity plugin update logile: %s +INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85=The file name that \ + the Referential Integrity plugin logs changes to during background \ + processing has been changed from %s to %s, but this change will not take \ + effect until the server is restarted +INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86=The \ + Referential Integrity plugin background processing update interval has \ + been changed from %s to %s, the new value will now be during background \ + processing +INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87=The Referential \ + Integrity plugin background processing has been stopped +INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88=The Referential \ + Integrity plugin has started background processing using the update \ + interval %s +SEVERE_ERR_PLUGIN_REFERENT_SEARCH_FAILED_89=The Referential \ + Integrity plugin failed when performaing an internal search: %s +SEVERE_ERR_PLUGIN_REFERENT_MODIFY_FAILED_90=The Referential \ + Integrity plugin failed when performing an internal modify on entry %s: %s +MILD_ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91=The Referential \ + Integrity plugin failed to decode a entry DN from the update log: %s +INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92=The Referential Integrity \ + plugin failed when performing a search because the base DN %s does not exist +SEVERE_ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93=An error occured \ + in the Referential Integrity plugin while attempting to configure the \ + attribute type %s which has a syntax OID of %s. A Referential Integrity \ + attribute type must have a syntax OID of either \ + 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or \ + 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) +SEVERE_ERR_PLUGIN_REFERENT_SKIP_DELETE_PROCESSING_94=The Referential Integrity \ + plugin will not process a post delete operation on entry %s because the core \ + operation failed +SEVERE_ERR_PLUGIN_REFERENT_SKIP_MODIFY_DN_PROCESSING_95=The Referential \ + Integrity plugin will not process a post modify DN operation on entry %s \ + because the core operation failed \ No newline at end of file -- Gitblit v1.10.0