-
Bug
-
Resolution: Done
-
Minor
-
6.0.1.Final
-
None
-
Fixes a bug in the JMX instrumentation of when this record was created.
Birthdate is written/read to/from ObjectStore files without being available via API. Actually, it is only used for trace logging. I would suggest to:
- Add creationTimeMillis as long property in StateManager class
- Initialize with System.currentTimeMillis() on bean creation
- Make creationTimeMillis available via getter method
Such an enhancement would make it possible to evaluate the "real" age of open transactions to e.g. improve ExpiryScanners.