[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1294) remove issues for tx and optimistic locking

Mircea Markus (JIRA) jira-events at lists.jboss.org
Thu Feb 21 14:49:57 EST 2008


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: Manik Surtani
             Fix For: 2.2.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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list