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

jvergara
13.20.2009 a837c0600e8855892427c493e164147a8f68d6f4
refs
author jvergara <jvergara@localhost>
Monday, July 13, 2009 11:20 +0200
committer jvergara <jvergara@localhost>
Monday, July 13, 2009 11:20 +0200
commita837c0600e8855892427c493e164147a8f68d6f4
tree 6b0fcca1f0ab715dd60eefca307ad3ccdee02a58 tree | zip | gz
parent b8b853dc80f789c90f3159a35f75966034a289aa view | diff
Fix for issue 4106 (dsreplication should allow to merge disjoint replication topologies)
dsreplication allows to merge disjoint topologies. The limitations on the topologies that can be merged are described in the issue report.

Extras:
- Fix a bug in the code of dsreplication that prevented the cn=schema replication domain configurations to have an updated list of replication servers.
- Fix a regression introduced that caused the code not to update properly the replication server list of the domains of previously configured servers.
- Fix a bug in dsreplication status that prevented displaying a message informing that there was no replication configured.
- Update the code of disableAll to cleanup the contents of the truststore.
11 files modified
1123 ■■■■ changed files
opends/src/ads/org/opends/admin/ads/ADSContext.java 145 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContextException.java 18 ●●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java 10 ●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 41 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/admin.properties 6 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/admin_tool.properties 62 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliReturnCode.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 702 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java 119 ●●●●● diff | view | raw | blame | history