From 0d50385e0bbf673440ca4ac4ebbf1cbef6ed25b0 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 29 Oct 2007 21:07:19 +0000
Subject: [PATCH] Second try. Fix SEVERE_WARNING error message on replicationChanges database. Also, added implementations of missing methods and fixed null pointer exception when doing export-ldif without running as a task. Issue 2350.

---
 opendj-sdk/opends/src/messages/messages/replication.properties |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/messages/messages/replication.properties b/opendj-sdk/opends/src/messages/messages/replication.properties
index 204b338..dea3c33 100644
--- a/opendj-sdk/opends/src/messages/messages/replication.properties
+++ b/opendj-sdk/opends/src/messages/messages/replication.properties
@@ -245,4 +245,9 @@
   or require a full resynchronization
 NOTICE_HEARTBEAT_FAILURE_97=%s is closing the session \
  because it could not detect a heartbeat
-  
\ No newline at end of file
+SEVERE_ERR_REPLICATONBACKEND_IMPORT_LDIF_NOT_SUPPORTED_98=The replication \
+  server backend does not support the import ldif function
+SEVERE_ERR_REPLICATONBACKEND_EXPORT_LDIF_FAILED_99=The replication \
+  server backend cannot export its entries in LDIF format because the \
+  export-ldif command must be run as a task
+

--
Gitblit v1.10.0