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

jvergara
13.20.2009 8140b0a19865e2754ad927906a607a86533f426c
refs
author jvergara <jvergara@localhost>
Monday, July 13, 2009 11:20 +0200
committer jvergara <jvergara@localhost>
Monday, July 13, 2009 11:20 +0200
commit8140b0a19865e2754ad927906a607a86533f426c
tree f36c9a14bd40ecf1557584361388114b9384e80a tree | zip | gz
parent 87baa7b76fab7dadc76a6d7e84f9ab8a8b0f319d 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
opendj-sdk/opends/src/ads/org/opends/admin/ads/ADSContext.java 145 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/ads/org/opends/admin/ads/ADSContextException.java 18 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/ads/org/opends/admin/ads/ReplicaDescriptor.java 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/ads/org/opends/admin/ads/ServerDescriptor.java 41 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/admin.properties 6 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/admin_tool.properties 62 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/quicksetup.properties 7 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/DsFrameworkCliReturnCode.java 11 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliArgumentParser.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 702 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java 119 ●●●●● diff | view | raw | blame | history