283284285286287288289290291292
// watch transaction and close ourseleves just before it completes. if (!hold) { xact.addObserver(this); xact.addObserver(new DropOnCommit(identity, true)); } return true; }
282283284285286287288289290291