private ClassLoader classLoader = this.getClass().getClassLoader();
protected void setUp() throws Exception {
connectionTrackingCoordinator = new ConnectionTrackingCoordinator();
TransactionManagerImpl transactionManager = new TransactionManagerImpl(10 * 1000, null, null);
transactionContextManager = new TransactionContextManager(transactionManager, transactionManager);
mockManagedConnectionFactory = new MockManagedConnectionFactory();
subject = new Subject();
ContextManager.setCurrentCaller(subject);
connectionManagerDeployment = new GenericConnectionManager(
transactionSupport,