[infinispan-issues] [JBoss JIRA] (ISPN-3024) Removed entry not seen correctly within transaction's scope

Mircea Markus (JIRA) jira-events at lists.jboss.org
Fri Apr 19 13:15:54 EDT 2013


Mircea Markus created ISPN-3024:
-----------------------------------

             Summary: Removed entry not seen correctly within transaction's scope
                 Key: ISPN-3024
                 URL: https://issues.jboss.org/browse/ISPN-3024
             Project: Infinispan
          Issue Type: Bug
            Reporter: Mircea Markus
            Assignee: Mircea Markus
            Priority: Critical


for both replicated and distributed caches:

cache.put(k,v);
tm.begin();
cache.remove(k);
assertNull(cache.get(k), "This fails!");




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list