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

Description

With the configuration option clearOnFlush=’false’ an element could be in memory and disk. The private method Cache.remove(…) removes the copy from memory and from disk and call listeners, first time for the element memory copy and second time for the element disk copy. It should call the listeners just one time. The patch is an ‘ else ‘ in the line 1730 in Cache.java. Sourceforge Ticket ID: 2831486 - Opened By: jonathanbarbero - 3 Aug 2009 13:40 UTC

Comments

Fiona OShea 2009-09-22

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