On 19.02.2015, at 23:23, Raymond Boswel <[email protected]> wrote: > Is there something special I have to do to get the lastModifiedBy property > updated?
This is not automatically set by the repository, neither in Jackrabbit 2 nor in Oak. See this old issue about some history: https://issues.apache.org/jira/browse/JCR-2233 In short, automatically setting it by the repository would create problems with too many observation events and sometimes manual control by applications is desired. Cheers, Alex
