{
// Create actually creates a new naming context
lifecycleLogger.fine( "Creating New Naming Context " );
NamingContextDataStore impl = (NamingContextDataStore)this;
synchronized (impl) {
NamingContext nctx = impl.NewContext();
if( nctx != null ) {
lifecycleLogger.fine( LogKeywords.LIFECYCLE_CREATE_SUCCESS );
} else {
// If naming context is null, then that must be a serious
// error.