private void init() throws NamingException
{
BootstrapRegistries bsRegistries = new BootstrapRegistries();
registries = new GlobalRegistries( bsRegistries );
BootstrapSchemaLoader loader = new BootstrapSchemaLoader();
Set schemas = new HashSet();
schemas.add( new SystemSchema() );
schemas.add( new ApacheSchema() );
schemas.add( new CoreSchema() );