removed txn close

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

View File

@ -115,8 +115,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();
}
}