From a8f5d8345278d27ddf5325d3977e460b86b6275f Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Tue, 27 Apr 2010 20:56:50 +0000
Subject: [PATCH] Fixing several issues with the Control Panel, the QuickSetup, Core server and Replication. Also improves unit, functional tests. More specifically this commit resolves the following open issues: 4385 - NPE when using ExtensibleMatch filter without a matching rule 4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index 4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass 4533 - NullPointerException when configuring replication between 2 OpenDS 4539 - DSML Gateway - jaxb.properties Exception

---
 opends/src/admin/messages/PluginRootCfgDefn.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/messages/PluginRootCfgDefn.properties b/opends/src/admin/messages/PluginRootCfgDefn.properties
index d15ac52..95b0e64 100644
--- a/opends/src/admin/messages/PluginRootCfgDefn.properties
+++ b/opends/src/admin/messages/PluginRootCfgDefn.properties
@@ -11,6 +11,12 @@
 property.plugin-order-ldif-import.synopsis=Specifies the order in which LDIF import plug-ins are to be loaded and invoked.
 property.plugin-order-ldif-import.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
 property.plugin-order-ldif-import.default-behavior.alias.synopsis=The order in which LDIF import plug-ins are loaded and invoked is undefined.
+property.plugin-order-ldif-import-begin.synopsis=Specifies the order in which LDIF import begin plug-ins are to be loaded and invoked.
+property.plugin-order-ldif-import-begin.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
+property.plugin-order-ldif-import-begin.default-behavior.alias.synopsis=The order in which LDIF import begin plug-ins are loaded and invoked is undefined.
+property.plugin-order-ldif-import-end.synopsis=Specifies the order in which LDIF import end plug-ins are to be loaded and invoked.
+property.plugin-order-ldif-import-end.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
+property.plugin-order-ldif-import-end.default-behavior.alias.synopsis=The order in which LDIF import end plug-ins are loaded and invoked is undefined.
 property.plugin-order-post-connect.synopsis=Specifies the order in which post-connect plug-ins are to be loaded and invoked.
 property.plugin-order-post-connect.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined).
 property.plugin-order-post-connect.default-behavior.alias.synopsis=The order in which post-connect plug-ins are loaded and invoked is undefined.

--
Gitblit v1.10.0