Remove connection from thread local at close

revert-70aa11f8
manoj 10 years ago
parent 8e4c181446
commit 45d6c08773

@ -94,6 +94,7 @@ public class OperationManagementDAOFactory {
} catch (SQLException e) { } catch (SQLException e) {
log.error("Error occurred while close the connection"); log.error("Error occurred while close the connection");
} }
currentConnection.remove();
} }
public static void commitTransaction() throws OperationManagementDAOException { public static void commitTransaction() throws OperationManagementDAOException {

Loading…
Cancel
Save