mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
07.59.2014 c2dfc1a20aedc3a645196e30ac0106d4a876fec5
Fix OPENDJ-1311: Config framework does not enforce constraint on JE backend db-txn-no-sync and db-txn-write-no-sync properties

Forgot the updated i18n files.. Grrr.
1 files modified
1 ■■■■ changed files
opendj3-server-dev/src/admin/messages/LocalDBBackendCfgDefn.properties 1 ●●●● patch | view | raw | blame | history
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.