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

gbellato
08.50.2007 fd9eb9cbbbc01d8cd50d9bbb8f53cf1b1ad8a16d
refs
author gbellato <gbellato@localhost>
Thursday, March 8, 2007 09:50 +0100
committer gbellato <gbellato@localhost>
Thursday, March 8, 2007 09:50 +0100
commitfd9eb9cbbbc01d8cd50d9bbb8f53cf1b1ad8a16d
tree f937e273a0fd66b04e88e77805642526a5a65b9d tree | zip | gz
parent d4c325aa498def8cab30360b605ca93e953a7333 view | diff
Issue 613 :
Add the capability to deal with schema changes made be editing the schema files :
The core server provides a notification to the synchronization. The
synchronization generates a pseudo changes and propagate it to the
other LDAP servers through the synchronization servers.

The core server is not yet able to provide the notification but this is the code
for the synchronization part of the job with its associated unit test.
5 files modified
201 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/SchemaBackend.java 8 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java 20 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java 45 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SchemaSynchronizationTest.java 126 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SynchronizationTestCase.java 2 ●●●●● diff | view | raw | blame | history