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

Ludovic Poitou
07.08.2013 0d97a7da226d93b8b87467efde523aa2120ceabc
refs
author Ludovic Poitou <ludovic.poitou@forgerock.com>
Friday, June 7, 2013 16:08 +0200
committer Ludovic Poitou <ludovic.poitou@forgerock.com>
Friday, June 7, 2013 16:08 +0200
commit0d97a7da226d93b8b87467efde523aa2120ceabc
tree 92329d797a80cda2100251221bcaf5b3b35cdc39 tree | zip | gz
parent 42dd3533f278a8d66edae0fa08d4a8abfb5d6835 view | diff
Fix for OPENDJ-925, OPENDJ-926, and overall schema management. Review CR-1806.
Back a few years ago, when we did the SVR4 package, we split the schema into read-only (Install) and writable (Instance).
With the template model in 2.6, the whole schema is under config, and we should never edit/change the one in the template.
So, I've removed all code related to the 2 locations for schema, reverted some I10N messages to their previous versions, and tidy up code and tests.
All unit-tests are passing.
And it's also possible to change the instance.loc and run setup and have a fully functioning server :-)
35 files modified
912 ■■■■■ changed files
opends/build.xml 17 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteSchemaElementsTask.java 68 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/NewSchemaElementsTask.java 95 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/util/SchemaLoader.java 55 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/config.properties 4 ●●● diff | view | raw | blame | history
opends/src/messages/messages/config_de.properties 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/config_es.properties 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/config_fr.properties 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/config_ja.properties 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/config_ko.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/config_zh_CN.properties 3 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/config_zh_TW.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task.properties 6 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_de.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_es.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_fr.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_ja.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_ko.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_zh_CN.properties 5 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/task_zh_TW.properties 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java 11 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/SchemaBackend.java 181 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SchemaConfigManager.java 129 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/AddSchemaFileTask.java 24 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java 127 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/LDIFExportConfig.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/LDIFImportConfig.java 15 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Schema.java 16 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFReader.java 13 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFWriter.java 14 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 14 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java 18 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/AddSchemaFileTaskTestCase.java 9 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/PrivilegeTestCase.java 4 ●●●● diff | view | raw | blame | history