domDb.remove(txn, new NativeBroker.NodeRef(500, idFact.createInstance(i)));
}
idx = new IndexQuery(IndexQuery.TRUNC_RIGHT, new NativeBroker.NodeRef(501));
domDb.remove(txn, idx, null);
domDb.removeAll(txn, firstToRemove);
// Don't commit...
mgr.commit(txn);
mgr.getJournal().flushToLog(true);
System.out.println("Transaction interrupted ...");