mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Remove connection from thread local at close
This commit is contained in:
parent
8e4c181446
commit
45d6c08773
@ -94,6 +94,7 @@ public class OperationManagementDAOFactory {
|
||||
} catch (SQLException e) {
|
||||
log.error("Error occurred while close the connection");
|
||||
}
|
||||
currentConnection.remove();
|
||||
}
|
||||
|
||||
public static void commitTransaction() throws OperationManagementDAOException {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user