removed txn close

This commit is contained in:
kishan 2011-05-18 18:09:21 +05:30
parent c2c0d0192a
commit 5d7beedaf8
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ public class UsageEventDaoImpl extends GenericDaoBase<UsageEventVO, Long> implem
txn.rollback();
s_logger.error("error copying events from cloud db to usage db", ex);
throw new UsageServerException(ex.getMessage());
} finally {
txn.close();
}
}