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