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

neil_a_wilson
13.43.2007 899d86af5b95aee7fb24f91e2ce8ab77964e867f
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
commit899d86af5b95aee7fb24f91e2ce8ab77964e867f
tree 60eee68fa76c4cffc51bf346ed5aa50d9455cc30 tree | zip | gz
parent 38c3ea621bfec6788144bc803d25a62bb784dee5 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
opendj-sdk/opends/src/server/org/opends/server/extensions/ConfigFileHandler.java 106 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java 63 ●●●●● diff | view | raw | blame | history