From 76159518846a6aee0d205624b00f93a83f4aeff2 Mon Sep 17 00:00:00 2001 From: Fabio Pistolesi <fabio.pistolesi@forgerock.com> Date: Wed, 17 Jun 2015 09:49:32 +0000 Subject: [PATCH] OPENDJ-2148 CR-7287 "NullPointerException" when running import-ldif online with exclude branch --- opendj-server-legacy/src/messages/org/opends/messages/backend.properties | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties index 82db2cd..837e2d2 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties @@ -1335,4 +1335,6 @@ WARN_BACKUPDB_INCREMENTAL_NOT_FOUND_DOING_NORMAL_578=Could not find any \ backup in '%s'. A full backup will be executed ERR_VERIFY_BACKEND_ONLINE_579=The backend must be disabled before \ - verification process can start \ No newline at end of file + verification process can start +ERR_IMPORT_UNSUPPORTED_WITH_BRANCH_580=Import operation is not supported \ + when exclude or include sub-branches have been specified \ No newline at end of file -- Gitblit v1.10.0