[infinispan-issues] [JBoss JIRA] Created: (ISPN-708) cache.entrySet does not work correctly within a transaction

Mircea Markus (JIRA) jira-events at lists.jboss.org
Mon Oct 18 10:37:54 EDT 2010


cache.entrySet does not work correctly within a transaction
-----------------------------------------------------------

                 Key: ISPN-708
                 URL: https://jira.jboss.org/browse/ISPN-708
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 4.1.0.Final
            Reporter: Mircea Markus
            Assignee: Manik Surtani
             Fix For: 4.2.0.BETA1, 4.2.0.Final


cache.put(k,v);
tm.begin();
cache.clear();
assert cache.entrySet().size() == 0 : "This fails and it shouldn't"



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list