From 3c6f59319ec8fea8c136f9580a910be76ba8dcea Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 30 May 2007 08:51:56 +0000
Subject: [PATCH] Fix issue 1736: add default values for java-implementation-class properties

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

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/FIFOEntryCacheConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/FIFOEntryCacheConfiguration.xml
index e43e3fc..b3def70 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/FIFOEntryCacheConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/FIFOEntryCacheConfiguration.xml
@@ -70,6 +70,16 @@
     </ldap:object-class>
   </adm:profile>
 
+  <adm:property-override name="entry-cache-class">
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>
+          org.opends.server.extensions.FIFOEntryCache
+        </adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+  </adm:property-override>
+
   <adm:property name="lock-timeout" mandatory="false">
     <adm:synopsis>
       The length of time in milliseconds to wait while

--
Gitblit v1.10.0