// and back to EmbeddedSimpleDataSource
ds = dssimple;
checkConnection("EmbeddedSimpleDataSource", dssimple.getConnection());
pc = dsp.getPooledConnection();
pc.addConnectionEventListener(new EventCatcher(2));
checkConnection("EmbeddedConnectionPoolDataSource", pc.getConnection());
checkConnection("EmbeddedConnectionPoolDataSource", pc.getConnection());
// test "local" XAConnections
xac = dsx.getXAConnection();