registrations.add(context.registerService(JNDIProviderAdmin.class.getName(),
new ProviderAdminServiceFactory(context),
null));
registrations.add(context.registerService(InitialContextFactoryBuilder.class.getName(),
new JREInitialContextFactoryBuilder(),
null));
registrations.add(context.registerService(JNDIContextManager.class.getName(),
new ContextManagerServiceFactory(context),
null));