| | |
| | | pluginConfigManager = new PluginConfigManager(); |
| | | |
| | | |
| | | // Make sure that administration framework definition classes are loaded. |
| | | ClassLoaderProvider.getInstance().enable(); |
| | | |
| | | |
| | | // If we have gotten here, then the configuration should be properly |
| | | // bootstrapped. |
| | | synchronized (directoryServer) |
| | |
| | | this.configFile = configFile; |
| | | |
| | | |
| | | // Make sure that administration framework definition classes are loaded. |
| | | ClassLoaderProvider provider = ClassLoaderProvider.getInstance(); |
| | | if (! provider.isEnabled()) |
| | | { |
| | | provider.enable(); |
| | | } |
| | | |
| | | |
| | | // Load and instantiate the configuration handler class. |
| | | Class handlerClass; |
| | | try |