Author: bstansberry(a)jboss.com
Date: 2008-02-27 10:39:24 -0500 (Wed, 27 Feb 2008)
New Revision: 5373
Modified:
core/trunk/src/main/java/org/jboss/cache/RegionManager.java
Log:
Remove outdated JBCACHE-1265 workaround
Modified: core/trunk/src/main/java/org/jboss/cache/RegionManager.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/RegionManager.java 2008-02-26 15:46:14 UTC
(rev 5372)
+++ core/trunk/src/main/java/org/jboss/cache/RegionManager.java 2008-02-27 15:39:24 UTC
(rev 5373)
@@ -443,11 +443,7 @@
// need to obtain all necessary locks.
// needs to be a LOCAL call!
cache.getInvocationContext().getOptionOverrides().setCacheModeLocal(true);
- // FIXME -- restore the next line and remove the 2 following
- // when JBCACHE-1265 is fixed
- //subtreeRoot = cache.getRoot().addChild(buddyRoot);
- cache.put(buddyRoot, null);
- subtreeRoot = cache.getRoot().getChild(buddyRoot);
+ subtreeRoot = cache.getRoot().addChild(buddyRoot);
cache.getInvocationContext().getOptionOverrides().setCacheModeLocal(false);
}
rpcManager.fetchPartialState(sources, fqn, subtreeRoot.getFqn());
Show replies by date