From fb2c89fbcaf59aa25a696f3c7e5fc90ce5aeae47 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Thu, 27 Sep 2018 16:44:14 +0200 Subject: [PATCH] IDEMPIERE-3793 Transaction not closed --- org.adempiere.base/src/org/compiere/util/Trx.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org.adempiere.base/src/org/compiere/util/Trx.java b/org.adempiere.base/src/org/compiere/util/Trx.java index 22c74b982d..9dbfd1cf5c 100644 --- a/org.adempiere.base/src/org/compiere/util/Trx.java +++ b/org.adempiere.base/src/org/compiere/util/Trx.java @@ -624,7 +624,6 @@ public class Trx } catch (SQLException e2) {;} } - trx = null; // Throw exception if (e instanceof RuntimeException) {