/* */ {
/* 89 */ log.warn("Can't find a deployment for path '" + relativePath + "' of message destination link '" + link + "'");
/* 90 */ return null;
/* */ }
/* 92 */ String name = link.substring(hashIndex + 1);
/* 93 */ return dep.resolveMessageDestination(name);
/* */ }
/* 95 */ String jndiName = getMessageDestinationJNDIName(link);
/* 96 */ if (jndiName != null)
/* 97 */ return jndiName;
/* 98 */ for (Ejb3Deployment dep : this.deploymentScope.getEjbDeployments())