• Bug
  • Status: Closed
  • 3 Minor
  • Resolution: Fixed
  • DSO:L1
  • cdennis
  • Reporter: cdennis
  • January 11, 2011
  • 0
  • Watchers: 1
  • March 24, 2011
  • January 17, 2011

Description

Pre-commit methods are intended to be called on all configured objects before they are added to the clustered heap. The current implementation only calls the pre-create method of the root object when a graph of objects is added. For example if I add an ArrayList of objects to the clustered heap only the pre-commit hook of the list would be called, and not the pre-commit method of any of the objects in the list.

Comments

Steve Harris 2011-01-11

Chris I think you already fixed this?