LOG.debug( "Loading schema {}, enabled= {}", schemaName, enabled );
}
// Last, process the context entry
ContextEntry contextEntry = createPartition.contextEntry();
if ( contextEntry != null )
{
injectEntries( service, contextEntry.entryLdif() );
}
}
return service;
}