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

gbellato
27.09.2007 0bd0fe4197cc72c8fed4d520d043d618b2ff9301
refs
author gbellato <gbellato@localhost>
Friday, April 27, 2007 09:09 +0200
committer gbellato <gbellato@localhost>
Friday, April 27, 2007 09:09 +0200
commit0bd0fe4197cc72c8fed4d520d043d618b2ff9301
tree e7b959528d9134416a24ab149fbb9ba5661e0f50 tree | zip | gz
parent 06d36ef141aa0c89ffcc4055926d9285c5017649 view | diff
This is is the last part of the replication renaming (issue 1090)
and is the renaming of the configuration.

The change in the configurations are quite simples, basically the changelog string
has been replaced by the replication-server and the synchronization string
has been replaced by replication except when it is used as synchronization provider.

The schema is a bit more complex because I've decided to keep the old objectclass
names and the old attribute names as alias of the new names.
This would allow the previous configuration to work, however my testing has shown that
the admin framework does not seem to deal well with objectclass aliases and therefore
this is not entirely true.
1 files deleted
1 files added
2 files renamed
17 files modified
566 ■■■■ changed files
opends/resource/config/replication.ldif 43 ●●●●● diff | view | raw | blame | history
opends/resource/config/synchronization.ldif 43 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 33 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MultimasterDomainConfiguration.xml 30 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/MultimasterSynchronizationProviderConfiguration.xml 4 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReplicationServerConfiguration.xml 38 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ReplicationServerListener.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 33 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 24 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ProtocolWindowTest.java 45 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 26 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/SchemaReplicationTest.java 32 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java 51 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java 41 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/HistoricalTest.java 29 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/DbHandlerTest.java 2 ●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplServerFakeConfiguration.java 24 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 20 ●●●● diff | view | raw | blame | history