checkConnection("XADataSource", xac.getConnection());
xac.close();
// test "global" XAConnections
xac = dsx.getXAConnection();
xac.addConnectionEventListener(new EventCatcher(5));
XAResource xar = xac.getXAResource();
SecurityCheck.inspect(xar, "javax.transaction.xa.XAResource");
Xid xid = new cdsXid(1, (byte) 35, (byte) 47);
xar.start(xid, XAResource.TMNOFLAGS);
Connection xacc = xac.getConnection();