// when switching between global transactions and local
// and setting connection state.
// some of this is already tested in simpleDataSource and checkDataSource
// but I want to make sure I cover all situations. (djd)
xac = dsx.getXAConnection();
xac.addConnectionEventListener(new EventCatcher(6));
xar = xac.getXAResource();
xid = new cdsXid(1, (byte) 93, (byte) 103);
// series 1 - Single connection object
Connection cs1 = xac.getConnection();