From c2dfc1a20aedc3a645196e30ac0106d4a876fec5 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 07 Mar 2014 14:59:18 +0000 Subject: [PATCH] Fix OPENDJ-1311: Config framework does not enforce constraint on JE backend db-txn-no-sync and db-txn-write-no-sync properties --- opendj3-server-dev/src/admin/messages/LocalDBBackendCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj3-server-dev/src/admin/messages/LocalDBBackendCfgDefn.properties b/opendj3-server-dev/src/admin/messages/LocalDBBackendCfgDefn.properties index e52c202..01fa0de 100644 --- a/opendj3-server-dev/src/admin/messages/LocalDBBackendCfgDefn.properties +++ b/opendj3-server-dev/src/admin/messages/LocalDBBackendCfgDefn.properties @@ -2,6 +2,7 @@ user-friendly-plural-name=Local DB Backends synopsis=The Local DB Backend uses the Berkeley DB Java Edition to store user-provided data in a local repository. description=It is the traditional "directory server" backend and is similar to the backends provided by the Sun Java System Directory Server. The Local DB Backend stores the entries in an encoded form and also provides indexes that can be used to quickly locate target entries based on different kinds of criteria. +constraint.1.synopsis=The properties db-txn-no-sync and db-txn-write-no-sync are mutually exclusive and cannot be both set at the same time. property.backend-id.synopsis=Specifies a name to identify the associated backend. property.backend-id.description=The name must be unique among all backends in the server. The backend ID may not be altered after the backend is created in the server. property.base-dn.synopsis=Specifies the base DN(s) for the data that the backend handles. -- Gitblit v1.10.0