/* 303 */ this.log.trace("CreateActivateSpec rar=" + getServiceName() + " messagingType=" + messagingType.getName() + " activationConfig=" + activationConfig);
/* */ }
/* */
/* */ try
/* */ {
/* 308 */ MessageListenerMetaData mlmd = this.cmd.getMessageListener(messagingType.getName());
/* 309 */ if (mlmd == null) {
/* 310 */ throw new DeploymentException("MessagingType '" + messagingType.getName() + "' not found in resource deployment " + getServiceName());
/* */ }
/* 312 */ return ActivationSpecFactory.createActivationSpec(getServiceName(), messagingType.getName(), activationConfig, mlmd);
/* */ }