From f6f44d80e15b638b013a725396a8d7fe03031a1f Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 06 May 2008 22:12:59 +0000
Subject: [PATCH] Fixed an issue where a NPE could be thrown when the server processes a mod DN operation with a new superior entry thats in the subtree to be moved. An informative error message is added so the user can fix the mistake. 

---
 opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
index ac512a8..f292d24 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -124,30 +124,6 @@
       </adm:defined>
     </adm:default-behavior>
   </adm:property-override>
-  <adm:property name="deadlock-retry-limit" advanced="true">
-    <adm:synopsis>
-      Specifies the number of times that the server should retry an
-      attempted operation in the backend if a deadlock results from two
-      concurrent requests that interfere with each other in a
-      conflicting manner.
-    </adm:synopsis>
-    <adm:description>
-      A value of "0" indicates no limit.
-    </adm:description>
-    <adm:default-behavior>
-      <adm:defined>
-        <adm:value>10</adm:value>
-      </adm:defined>
-    </adm:default-behavior>
-    <adm:syntax>
-      <adm:integer lower-limit="0" upper-limit="2147483647" />
-    </adm:syntax>
-    <adm:profile name="ldap">
-      <ldap:attribute>
-        <ldap:name>ds-cfg-deadlock-retry-limit</ldap:name>
-      </ldap:attribute>
-    </adm:profile>
-  </adm:property>
   <adm:property name="db-directory" mandatory="true">
     <adm:TODO>Default this to the db/backend-id</adm:TODO>
     <adm:synopsis>

--
Gitblit v1.10.0