this.connectionManager =
new GenericConnectionManager(transactionSupport, pooling, null, connectionTracker, transactionManager, mcf, objectName, classLoader);
connectionManager.doRecovery();
connectionRegistration = new ConnectionFactoryRegistration(connectionManager,
bundleContext,
abstractName,
dsJndiName,
new String [] { DataSource.class.getName() });
}