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.
| | |
| | | * 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; |
| | |
| | | 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()) |
| | | { |