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

gbellato
08.50.2007 db8ccd3607a951d74b373afc6ca63b3b18554ab1
refs
author gbellato <gbellato@localhost>
Thursday, March 8, 2007 09:50 +0100
committer gbellato <gbellato@localhost>
Thursday, March 8, 2007 09:50 +0100
commitdb8ccd3607a951d74b373afc6ca63b3b18554ab1
tree a509571e04a5f8a949353b1cdce413e3699a919c tree | zip | gz
parent 04dfafe19f0d3687d0f0b3e51d2d5bf3d19b58bf 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
opends/src/server/org/opends/server/backends/SchemaBackend.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java 20 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java 45 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SchemaSynchronizationTest.java 126 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SynchronizationTestCase.java 2 ●●●●● diff | view | raw | blame | history