[ http://issues.apache.org/jira/browse/JCR-79?page=history ]
     
Marcel Reutegger resolved JCR-79:
---------------------------------

    Resolution: Fixed

Fixed in revision: 158602

> EventFilter misses Events for same Nodetype
> -------------------------------------------
>
>          Key: JCR-79
>          URL: http://issues.apache.org/jira/browse/JCR-79
>      Project: Jackrabbit
>         Type: Bug
>   Components: observation
>     Reporter: c keller
>     Assignee: Marcel Reutegger

>
> If an ObservationListener registers with a NodeType-filter, 
> it only gets informed about events on Sub-NodeTypes of the ones specified in 
> the filter but not on the NodeType itself.
> Example:
> ========
> ObservationManager om = wsp.getObservationManager();
> om.addEventListener(listener, Event.PROPERTY_ADDED, "/", true, null, new 
> String[]{"nt:unstructured"}, true);
> would receive notifications on nodes of type "rep:root", which is based on 
> "nt:unstructured" but not of "nt:unstructured"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to