I'm adding nodes to a parent node. The parent node has
nt:primaryType=sling:OrderedFolder, while the child node I'm adding
has nt:primaryType=slingevent:Event.

Now, I have an event listener set up to receive NODE_ADDED events with
nodetype slingevent:Event.

The event listener is never invoked, but I can see that an event is
being triggered, by having a breakpoing in
o.a.j.c.observation.EventConsumer.

Upon investigating, it seems the event is filtered out, because it
reports the node type of the parent node (sling:OrderedFolder) instead
of the node type of the child node being added (slingevent:Event). Is
this the expected behaviour?

Using JR 1.6.2

-- 
Vidar S. Ramdal <[email protected]> - http://www.idium.no
Sommerrogata 13-15, N-0255 Oslo, Norway
+ 47 22 00 84 00 / +47 22 00 84 76
Quando omni flunkus moritatus!

Reply via email to