localConfiguration.findGBean(containerId);
} catch (GBeanNotFoundException e) {
throw new UnresolvedReferenceException("Resource", false, containerId.toString(), localConfiguration.getId().toString());
}
Reference ref = new ResourceReference(localConfiguration.getId(), containerId, iface);
getJndiContextMap(componentContext).put(ENV + name, ref);
} catch (UnresolvedReferenceException e) {
StringBuffer errorMessage = new StringBuffer("Unable to resolve resource reference '");
errorMessage.append(name);