[
https://issues.apache.org/jira/browse/ISIS-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17575341#comment-17575341
]
ASF subversion and git services commented on ISIS-3110:
-------------------------------------------------------
Commit 9d378e12e24cf678b2c2e9dd3b2383e16f45caf9 in isis's branch
refs/heads/ISIS-3110 from Dan Haywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9d378e12e2 ]
ISIS-3110: fixes integ test
> Defer audit trail publishing until end of transaction
> -----------------------------------------------------
>
> Key: ISIS-3110
> URL: https://issues.apache.org/jira/browse/ISIS-3110
> Project: Isis
> Issue Type: Improvement
> Affects Versions: 2.0.0-M7
> Reporter: Daniel Keir Haywood
> Assignee: Daniel Keir Haywood
> Priority: Minor
> Fix For: 2.0.0-M8
>
>
> The current "light-weight" implementation (introduced in ISIS-2826) would
> seem to be a little too eager : when combined with the commandlog
> implementation - that flushes later on - i believe we are corrupting the
> internal UoW caches within EntityManager... it thinks that the id of
> AuditEntry's already persisted are being updated.
> The situation and error found is similar to
> [https://bugs.eclipse.org/bugs/show_bug.cgi?id=333977.]
> So instead, defer the actual publishing until the end, the same way that JDO
> works. But still leverage the property change records that JPA provides.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)