DnFactory dnFactory = new DefaultDnFactory( schemaManager, cacheService.getCache( "dnCache" ) );
initSchemaLdifPartition( instanceLayout, dnFactory );
initConfigPartition( instanceLayout, dnFactory, cacheService );
// Read the configuration
cpReader = new ConfigPartitionReader( configPartition );
ConfigBean configBean = cpReader.readConfig();
DirectoryServiceBean directoryServiceBean = configBean.getDirectoryServiceBean();