Remove connection from thread local at close

This commit is contained in:
manoj 2015-04-08 16:37:51 +05:30
parent 8e4c181446
commit 45d6c08773

View File

@ -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 {