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

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


     [ http://jira.jboss.com/jira/browse/JBCACHE-1294?page=all ]

Mircea Markus updated JBCACHE-1294:
-----------------------------------

    Fix Version/s: 2.1.0.GA
                       (was: 2.2.0.GA)

> 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.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: 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