Opps fixing last commit

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@658817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-05-21 19:15:46 +00:00
parent 349466b364
commit edb21db5ec
1 changed files with 2 additions and 2 deletions

View File

@ -136,6 +136,8 @@ public class TransactionContext implements XAResource {
throw e;
} catch (Throwable e) {
throw JMSExceptionSupport.create(e);
} finally {
synchornizations = null;
}
}
@ -172,8 +174,6 @@ public class TransactionContext implements XAResource {
throw e;
} catch (Throwable e) {
throw JMSExceptionSupport.create(e);
} finally {
synchornizations = null;
}
}