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

abobrov
05.12.2007 27d0166838277ad2f51a18aecdec2c781d8220ba
opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
@@ -542,9 +542,9 @@
    _defaultEntryCache.setCacheOrder(cacheOrderMap);
    // Install and register the monitor for this cache.
    EntryCacheMonitorProvider monitor = new EntryCacheMonitorProvider(
        configuration.definition().getUserFriendlyName().toString(),
        entryCache);
    EntryCacheMonitorProvider monitor =
        new EntryCacheMonitorProvider(configuration.dn().
        getRDN().getAttributeValue(0).toString(), entryCache);
    try {
      monitor.initializeMonitorProvider((EntryCacheMonitorProviderCfg)
        rootConfiguration.getMonitorProvider(