]
Mircea Markus reassigned JBCACHE-1294:
--------------------------------------
Assignee: Mircea Markus (was: Manik Surtani)
remove issues for tx and optimistic locking
--------------------------------------------
Key: JBCACHE-1294
URL:
http://jira.jboss.com/jira/browse/JBCACHE-1294
Project: JBoss Cache
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Mircea Markus
Assigned To: Mircea Markus
Fix For: 2.1.0.GA
Added following test in NodeAPITest
public void testChildrenMissingOnParentRemoval() throws Exception
{
cache.put("/foo/1/2/3", "item", 1);
assertTrue(cache.exists("/foo/1/2/3"));
tm.begin();
cache.removeNode("/foo/1");
assertFalse(cache.exists("/foo/1")); //FAILS HERE!!!
tm.commit();
assertFalse(cache.exists("/foo/1"));
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: