| opends/src/server/org/opends/server/core/DirectoryServer.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -1201,7 +1201,6 @@ throw new InitializationException(message); } compressedSchema = new DefaultCompressedSchema(); } @@ -2327,6 +2326,8 @@ schemaConfigManager.initializeAttributeSyntaxes(); schemaConfigManager.initializeSchemaFromFiles(); // With server schema in place set compressed schema. compressedSchema = new DefaultCompressedSchema(); // At this point we have a problem, because none of the configuration is // usable because it was all read before we had a schema (and therefore all