[infinispan-issues] [JBoss JIRA] Commented: (ISPN-679) Cache.values does not work correctly
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu Sep 30 07:51:40 EDT 2010
[ https://jira.jboss.org/browse/ISPN-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12554285#action_12554285 ]
Mircea Markus commented on ISPN-679:
------------------------------------
same applies for Cache.keySet
> 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.CR1, 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