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

neil_a_wilson
12.36.2007 679051a2a5aea0a95298083f1840735ea40bc71c
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, March 12, 2007 17:36 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, March 12, 2007 17:36 +0100
commit679051a2a5aea0a95298083f1840735ea40bc71c
tree cfc98aa57986990f631c3c65be0b2df149161b73 tree | zip | gz
parent b7a77a5bfdf23f1863865cbf96d5af65694d2fe0 view | diff
Provide a mechanism for the server to notify the synchronization service about
any schema changes that occur. The synchronization service can already handle
schema changes that occur over protocol with the server online, but this set of
changes adds support for detecting schema changes made by directly editing the
schema configuration files with the server offline, as well as new schema
elements added through the add schema file task.

Reviewed By: Gilles Bellaton
OpenDS Issue Number: 1315
18 files modified
1148 ■■■■■ changed files
opends/build.xml 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/SynchronizationProvider.java 22 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/SchemaBackend.java 135 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 43 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SchemaConfigManager.java 79 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/BackendMessages.java 51 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/TaskMessages.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/MultimasterSynchronization.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/AddSchemaFileTask.java 97 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AttributeType.java 39 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/DITContentRule.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/DITStructureRule.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/MatchingRuleUse.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/NameForm.java 35 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/ObjectClass.java 33 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Schema.java 443 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/ServerConstants.java 29 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/SchemaSynchronizationTest.java 7 ●●●● diff | view | raw | blame | history