ConnectionState connState = (ConnectionState)getParent();
ResourceManager rm = connState.getResourceManager();
// We need to failover from one session ID to another in the resource manager
rm.handleFailover(connState.getServerID(), oldSessionID, newState.sessionID);
List ackInfos = Collections.EMPTY_LIST;
if (!isTransacted() || (isXA() && getCurrentTxId() == null))
{