• Bug
  • Status: Closed
  • Resolution: Fixed
  • drb
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • September 22, 2009
  • September 22, 2009

Description

This illustrates the problem:

JCache cache = cacheManager.getJCache(“cache”); cache.put(1, “test”); assertFalse(cache.get(1) instanceof Element); Map result = cache.getAll(Arrays.asList(1)); assertFalse(result.get(1) instanceof Element);

JCache.get() behaives as expected, but not JCache.getAll(). Sourceforge Ticket ID: 1831823 - Opened By: daniel_wiell - 14 Nov 2007 15:04 UTC

Comments

Sourceforge Tracker 2009-09-21

Logged In: YES user_id=693320 Originator: NO

Daniel

Thanks for picking up this bug. I was hoping a few people would roadtest the JCache impl thus the long delay in the next beta.

This is in trunk and will be in ehcache-1.4.0-beta which should be out in the next week.

Thanks Greg Comment by: gregluck - 23 Dec 2007 05:25 UTC

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira