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:
Bosanac Dejan 2009-09-29 15:57:07 +00:00
parent 5d14648447
commit f53358fb55
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}