*/
public DefaultSchemaManager() throws Exception
{
// Default to the the root (one schemaManager for all the entries
namingContext = Dn.ROOT_DSE;
this.schemaLoader = new JarLdifSchemaLoader();
errors = new ArrayList<Throwable>();
registries = new Registries( this );
factory = new SchemaEntityFactory();
isRelaxed = STRICT;
loadAllEnabled();