Author: manik.surtani(a)jboss.com
Date: 2007-08-23 12:48:10 -0400 (Thu, 23 Aug 2007)
New Revision: 4311
Modified:
core/branches/Branch_JBossCache_1_4_0/src/org/jboss/cache/interceptors/TxInterceptor.java
Log:
Fixed JBCACHE-1167
Modified:
core/branches/Branch_JBossCache_1_4_0/src/org/jboss/cache/interceptors/TxInterceptor.java
===================================================================
---
core/branches/Branch_JBossCache_1_4_0/src/org/jboss/cache/interceptors/TxInterceptor.java 2007-08-23
16:46:05 UTC (rev 4310)
+++
core/branches/Branch_JBossCache_1_4_0/src/org/jboss/cache/interceptors/TxInterceptor.java 2007-08-23
16:48:10 UTC (rev 4311)
@@ -1076,7 +1076,8 @@
runCommitPhase(gtx, tx, modifications, onePhaseCommit);
log.debug("Finished commit phase");
break;
-
+ case Status.STATUS_UNKNOWN:
+ log.warn("Received JTA STATUS_UNKNOWN in afterCompletion()!
XA resources may not be in sync. The app should manually clean up resources at this
point.");
case Status.STATUS_MARKED_ROLLBACK:
case Status.STATUS_ROLLEDBACK:
log.debug("Running rollback phase");
Show replies by date