From 34b7cef2c96152433da6f380656baf9d27c9579a Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Fri, 20 Nov 2015 23:10:19 +0000 Subject: [PATCH] OPENDJ-2441, OPENDJ-2443: Make sure extensions can be loaded from both install and instance directories, includes a little bit of refactoring and code cleanup --- opendj-config/src/main/resources/com/forgerock/opendj/ldap/config/admin.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config/admin.properties b/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config/admin.properties index cfbf05d..b749871 100644 --- a/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config/admin.properties +++ b/opendj-config/src/main/resources/com/forgerock/opendj/ldap/config/admin.properties @@ -52,7 +52,7 @@ ERR_ADMIN_CANNOT_OPEN_JAR_FILE_9=The Directory Server jar file %s in \ directory %s cannot be loaded because an unexpected error occurred while \ trying to open the file for reading: %s -ERR_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \ +WARN_ADMIN_NO_EXTENSIONS_DIR_12=The extensions directory %s does not \ exist, therefore no extensions will be loaded ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY_13=Unable to read the Directory \ Server extensions because the extensions directory %s exists but is not a \ @@ -281,4 +281,4 @@ WARN_ADMIN_SET_PERMISSIONS_FAILED_137=Failed to set permissions \ on file %s ERR_ADMIN_MERGING_138=The registry information of the servers could not \ - be merged \ No newline at end of file + be merged -- Gitblit v1.10.0