You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/09/10 15:37:32 UTC

[jira] Created: (SLING-1748) Observation uses wrong filter mask

Observation uses wrong filter mask
----------------------------------

                 Key: SLING-1748
                 URL: https://issues.apache.org/jira/browse/SLING-1748
             Project: Sling
          Issue Type: Improvement
    Affects Versions: Extensions Event 2.4.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
            Priority: Minor
             Fix For: Extensions Event 2.4.2


The obsveration listener for the job handling is registered with NODE_REMOVED and PROPERTY_REMOVED events while the onEvent method handles property changed and removed events.
In fact that method should only deal with property removed events

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-1748) Observation uses wrong filter mask

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-1748.
-----------------------------------


> Observation uses wrong filter mask
> ----------------------------------
>
>                 Key: SLING-1748
>                 URL: https://issues.apache.org/jira/browse/SLING-1748
>             Project: Sling
>          Issue Type: Improvement
>    Affects Versions: Extensions Event 2.4.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: Extensions Event 2.4.2
>
>
> The obsveration listener for the job handling is registered with NODE_REMOVED and PROPERTY_REMOVED events while the onEvent method handles property changed and removed events.
> In fact that method should only deal with property removed events

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1748) Observation uses wrong filter mask

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1748.
-------------------------------------

    Resolution: Fixed

Corrected the registration and the check in the on event method in revision : 995789
I've also removed the obsolete deletedPaths list and added a sanity check if the reported node still exists.

> Observation uses wrong filter mask
> ----------------------------------
>
>                 Key: SLING-1748
>                 URL: https://issues.apache.org/jira/browse/SLING-1748
>             Project: Sling
>          Issue Type: Improvement
>    Affects Versions: Extensions Event 2.4.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>            Priority: Minor
>             Fix For: Extensions Event 2.4.2
>
>
> The obsveration listener for the job handling is registered with NODE_REMOVED and PROPERTY_REMOVED events while the onEvent method handles property changed and removed events.
> In fact that method should only deal with property removed events

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.