[infinispan-issues] [JBoss JIRA] Created: (ISPN-679) Cache.values does not work correctly
sebi presecan (JIRA)
jira-events at lists.jboss.org
Thu Sep 30 07:22:39 EDT 2010
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: Manik Surtani
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