mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
transaction.getConnection() was wrapped in try-with-resource. This caused transaction to get closed even before its committed.
transaction.getConnection() was wrapped in try-with-resource. This caused transaction to get closed even before its committed.