configProperties.remove(property);
}
}
}
}
SetMethodAction setMethodAction = new SetMethodAction(mcf,
configProperties);
setMethodAction.run();
}catch (Exception Ex) {
final String mcfClass = cpr.getConnectorDescriptorInfo().
getManagedConnectionFactoryClass();
_logger.log(Level.WARNING,"rardeployment.mcfcreation_error",
new Object[]{mcfClass, Ex.getMessage()});