xac.addConnectionEventListener(new AssertEventCatcher(3));
assertConnectionOK(
expectedValues, "XADataSource", xac.getConnection());
pc = dsp.getPooledConnection();
pc.addConnectionEventListener(new AssertEventCatcher(2));
assertConnectionOK(
expectedValues, "ConnectionPoolDataSource", pc.getConnection());
// test "local" XAConnections
xac = dsx.getXAConnection();