//Sub-pool internal managed connection pool
ManagedConnectionPool imcp = subPoolContext.getSubPool();
// Are we doing track by transaction?
TransactionLocal trackByTx = subPoolContext.getTrackByTx(); // TODO - Use TSR
if (trackByTransaction == null || trackByTx == null)
{
cl = getSimpleConnection(subject, cri, subPoolContext);
} //end of if trackByTransaction