cm.setAllocationRetry(allocationRetry.intValue());
if (allocationRetryWaitMillis != null)
cm.setAllocationRetryWaitMillis(allocationRetryWaitMillis.longValue());
CachedConnectionManager ccm = new CachedConnectionManager(tm);
cm.setCachedConnectionManager(ccm);
}