// If not present then we need to abort
File schemaDirectory = new File( getInstanceLayout().getPartitionsDir(), "schema" );
if ( !schemaDirectory.exists() )
{
throw new LdapConfigurationException( I18n.err( I18n.ERR_697, schemaDirectory ) );
}
DirectoryService directoryService = new DefaultDirectoryService();
//schemaPartition.init( directoryService );