}
void removeOddListValue()
throws Exception {
writeRunner.run(new TransactionWorker() {
public void doWork() throws Exception {
for (int i = beginKey; i <= endKey; i += 2) {
// for non-entity case remove by value
// (with entity binding, embbeded keys in values are
// being changed so we can't use values for comparison)