Daniel Keir Haywood created CAUSEWAY-3472:
---------------------------------------------
Summary: [demo app] @DomainObject#lifecycleEvents differ between
JDO and JPA (JDO does not emit Persisted or Updated events)
Key: CAUSEWAY-3472
URL: https://issues.apache.org/jira/browse/CAUSEWAY-3472
Project: Causeway
Issue Type: Bug
Components: Core, Persistence JDO
Affects Versions: 2.0.0-RC1
Reporter: Daniel Keir Haywood
Assignee: Andi Huber
Fix For: 2.0.0-RC2
Attachments: image-2023-05-30-09-54-38-183.png,
image-2023-05-30-09-55-23-778.png
in demo app, @DomainObject > lifecycleEvents
create an entity; update the entity; remove the entity.
For JPA we get:
!image-2023-05-30-09-54-38-183.png|width=585,height=273!
for JDO we are missing PersistedEvent and UpdatedEvent:
!image-2023-05-30-09-55-23-778.png|width=510,height=220!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)