[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-708) cache.entrySet does not work correctly within a transaction
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Thu Oct 21 13:23:54 EDT 2010
[ https://jira.jboss.org/browse/ISPN-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Trustin Lee resolved ISPN-708.
------------------------------
Assignee: Trustin Lee (was: Mircea Markus)
Resolution: Done
Fixed at revision 2560 - http://fisheye.jboss.org/changelog/Infinispan/?cs=2560
Please confirm and close.
> 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: Trustin Lee
> 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