[
https://issues.apache.org/jira/browse/ISIS-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208989#comment-17208989
]
ASF subversion and git services commented on ISIS-2441:
-------------------------------------------------------
Commit a574b967946a348906390355cfef85991abca8d5 in isis's branch
refs/heads/2441-auditing from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a574b96 ]
ISIS-2441: fixes entity UPDATING tracking (JDO)
must hook into DN pre-dirty rather than pre-store,
otherwise entity field changes are not audited,
because pre- and post-values are populated with the same value,
(namely that of the new value)
> Auditing/Publishing: dispatch calls happen before enlist calls
> --------------------------------------------------------------
>
> Key: ISIS-2441
> URL: https://issues.apache.org/jira/browse/ISIS-2441
> Project: Isis
> Issue Type: Bug
> Components: Isis Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M5
>
>
> At the end of each transaction (before commit), auditing and publishing
> queries any enlisted objects from the ChangedObjectsService for processing.
> However enlisting of changed objects happens too late.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)