final Identity pgOid = _conn.getIdentity(pg);
final Identity pgOid2 = _conn.getIdentity(pg2);
final Transaction tx3 = _kit.getTransaction(_conn);
tx3.begin();
_conn.getObjectByIdentity(pgOid, LockType.WRITE_LOCK);
// we can write lock twice from the same tx
_conn.getObjectByIdentity(pgOid, LockType.WRITE_LOCK);
// test different LockWaitStrategies