throw JCAMessages.MESSAGES.uniqueKeyForResourceAdapter(raName);
}
Properties raProps = resourceAdapterModel.getProperties();
Properties activationProps = null;
ActivationSpecModel activationSpecModel = inboundConnectionModel.getActivationSpec();
if (activationSpecModel != null) {
activationProps = activationSpecModel.getProperties();
}
InboundInteractionModel inboundInteractionModel = jcaconfig.getInboundInteraction();
if (inboundInteractionModel == null) {
throw JCAMessages.MESSAGES.noInboundInteractionConfigured();
}