mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@820001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d14648447
commit
f53358fb55
|
@ -167,8 +167,8 @@ public class TransactionContext {
|
|||
|
||||
throw IOExceptionSupport.create(e);
|
||||
} finally {
|
||||
close();
|
||||
inTx = false;
|
||||
close();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -195,8 +195,8 @@ public class TransactionContext {
|
|||
JDBCPersistenceAdapter.log("Rollback failed: ", e);
|
||||
throw IOExceptionSupport.create(e);
|
||||
} finally {
|
||||
close();
|
||||
inTx = false;
|
||||
close();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue