Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
objectstore-jdo-1.4.0
-
None
-
jdo objectstore on in-memory hsqldb
Description
when trying to override lifecycle callbacks, only some of them fire as expected.
working:
- created()
- saving()
- persisting()
- saved()
- persisted()
- updated()
missing:
- updating()
- loading()
- loaded()
no yet tested:
- removing()
- removed()
test scenario:
- create new entity of class X
- list all entities of X
- open created instance
- edit property
- click 'ok'
result:
according to the logfile, "updated" is called right after the corresponding datastore UPDATE (as expected), but "updating" is missing.
Attachments
Issue Links
- relates to
-
CAUSEWAY-841 [NOT A PROBLEM] Remove mention of a "loading()" callback; this can never fire (for JDO objectstore).
- Closed