[
https://issues.apache.org/jira/browse/SLING-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-1386.
-------------------------------------
Resolution: Fixed
I've fixed this by adding a special case for nt:file nodes
> Resource events for nt:file are not calculated properly
> -------------------------------------------------------
>
> Key: SLING-1386
> URL: https://issues.apache.org/jira/browse/SLING-1386
> Project: Sling
> Issue Type: Bug
> Components: JCR
> Affects Versions: JCR Resource 2.0.6
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Fix For: JCR Resource 2.0.8
>
>
> nt:file nodes have a jcr:content sub node which has the data as properties.
> If now the data property is changed, this results in jcr observation events
> for the jcr:content node and the current jcr observation to resource event
> bridge sends the jcr:content node as the resource. In these cases it is more
> correct to send the nt:file node as the resource.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.