if (newCdProps.getTransactionSupport() != null &&
newCdProps.getTransactionSupport() != TransactionSupport.NotDefined)
{
trans = newCdProps.getTransactionSupport();
}
return new ConnectionDefinitionPropertiesImpl(poolParams, null, trans,
newCdProps.getAuthenticationMechanism(), newCdProps.getReauthenticationSupport(),
props, newCdProps.getResAuth());
}