204205206207208209210211212213214215
*/ public void firstTLTest() { try { CachedConnectionSessionLocal other = (CachedConnectionSessionLocal) ctx.getEJBLocalObject(); other.secondTLTest(); ThreadLocalDB.close(); } catch (Exception e) { log.info("Error", e);