mirror of https://github.com/apache/cloudstack.git
removed txn close
This commit is contained in:
parent
c2c0d0192a
commit
5d7beedaf8
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue