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

matthew_swift
10.43.2009 30af49fffc1e324a6496e718c6382ac8fb5acfc7
Attempt fix for issue 3787: SEVERE_WARNING administrative action is required

Prevent an administrative action warning from occurring for JE backend with no message helpful advice for user.
1 files modified
11 ■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/RootContainer.java 11 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/RootContainer.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.backends.jeb;
import org.opends.messages.Message;
@@ -891,8 +891,13 @@
                  getAttributeForProperty(param.getName());
              if (configAttr != null)
              {
                messages.add(NOTE_JEB_CONFIG_ATTR_REQUIRES_RESTART.get(
                        configAttr));
                messages.add(NOTE_JEB_CONFIG_ATTR_REQUIRES_RESTART
                    .get(configAttr));
              }
              else
              {
                messages.add(NOTE_JEB_CONFIG_ATTR_REQUIRES_RESTART
                    .get(param.getName()));
              }
              if(debugEnabled())
              {