currentContext = (Context) currentContext
.lookup(fullName.get(0));
}
fullName = fullName.getSuffix(1);
}
ic.bind(name, this.objectsToCreate.get(name));
Logger.log(Logger.FULL_DEBUG, JNDI_RESOURCES,
"ContainerJNDIManager.BoundResource", name);
} catch (NamingException err) {
Logger.log(Logger.ERROR, JNDI_RESOURCES,
"ContainerJNDIManager.ErrorBindingResource",