351352353354355356357358359360361
// Build the properties from bean attributes Hashtable env = createContextEnv(); // Put the configuration instruction to the environment variable. env.putAll( cfg.toJndiEnvironment() ); new InitialDirContext( env ); } }