TransactionSupport ts = ConnectionPoolObjectsUtils.getTransactionSupport(
ccp.getTransactionSupport());
((ConfigurableTransactionSupport)mcf).setTransactionSupport(ts);
}
SetMethodAction setMethodAction = new SetMethodAction
(mcf, ccp.getConnectorDescriptorInfo().getMCFConfigProperties());
setMethodAction.run();
if(_logger.isLoggable(Level.FINE)) {
_logger.log(Level.FINE, "Created MCF object : ", mcfClass);
}
return mcf;
} catch (ClassNotFoundException Ex) {