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

neil_a_wilson
13.43.2007 c3502b5d887989e12d6b653568ee0c20a90b6dd9
refs
author neil_a_wilson <neil_a_wilson@localhost>
Tuesday, March 13, 2007 20:43 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Tuesday, March 13, 2007 20:43 +0100
commitc3502b5d887989e12d6b653568ee0c20a90b6dd9
tree e441f50ec5add0a6ae614e5ef6d64479851a5361 tree | zip | gz
parent c2d6d0e207b4a1e61f2857e68df607035167669c view | diff
Update the config file handler so that it will do something with the
ConfigChangeResult objects that are returned from attempting to apply
configuration changes. It will perform the following (in order of precedence):

- For any method that returns a null ConfigChangeResult, it will be logged as
such using a SEVERE_ERROR level.

- For any method that returns a result with a result code other than success,
it will be logged at a SEVERE_ERROR level.

- For any method that returns a result with admin action required, it will be
logged at a SEVERE_WARNING level.

- For any method that returns a result with messages, it will be logged at an
INFORMATIONAL level.

OpenDS Issue Number: 1367
2 files modified
169 ■■■■■ changed files
opends/src/server/org/opends/server/extensions/ConfigFileHandler.java 106 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ConfigMessages.java 63 ●●●●● diff | view | raw | blame | history