[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-679) Cache.values does not work correctly
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu Oct 14 09:45:40 EDT 2010
[ https://jira.jboss.org/browse/ISPN-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus resolved ISPN-679.
--------------------------------
Fix Version/s: 4.2.0.BETA1
(was: 4.2.0.CR1)
Resolution: Done
fixed, LocalModeTxTest added to cover to cover this scenario
> Cache.values does not work correctly
> ------------------------------------
>
> Key: ISPN-679
> URL: https://jira.jboss.org/browse/ISPN-679
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 4.1.0.Final
> Environment: Windows 7,
> Reporter: sebi presecan
> Assignee: Mircea Markus
> Fix For: 4.2.0.BETA1, 4.2.0.Final
>
>
> I am doing the following scenario:
> 1. start JTA transaction
> 2. add an object to the cache
> 3. do cache.values --> 0 entries are returned
> 4. do cache.get it returns my object
> 5. commit transaction
> 6. do cache.values --> 1 entries are returned
> I expect on step 3 to receive 1 value
--
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