From 21223912856469a2eac9be72e23bcac4cc07c71a Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 24 Jul 2007 18:41:36 +0000
Subject: [PATCH] Fix for issue 1794: - Attribute index no longer need the backend index entry limit parameter on construction. This is now handled by the admin framework. - Updated test cases to reflect the change
---
opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml
index a62cf0d..3389567 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/JEIndexConfiguration.xml
@@ -92,12 +92,10 @@
</adm:other>
</adm:requires-admin-action>
<adm:default-behavior>
- <adm:alias>
- <adm:synopsis>
- The index entry limit specified in the JE backend-wide
- configuration will be used.
- </adm:synopsis>
- </adm:alias>
+ <adm:inherited>
+ <adm:relative property-name="backend-index-entry-limit"
+ offset="1" managed-object-name="je-backend" />
+ </adm:inherited>
</adm:default-behavior>
<adm:syntax>
<adm:integer lower-limit="0" upper-limit="2147483647">
--
Gitblit v1.10.0