Torgeir Veimo wrote:
Quick followup question; when i create a node with child nodes, I seem to be getting only one event with type PROPERTY_ADDED on one of the children of the new node. Eg I create a node

/pages/test2 of type nen:resource, mixin nen:protected, with childen nen:ace.

The node I get the event for is the node

/pages/test2/nen:ace/jcr:primaryType

Is there something wrong with my listener registration?

do you set any other properties on /pages/test2/nen:ace ?

a listener also does not get events for an item it's not allowed to see. i.e. restricted by access rights.

regards
 marcel

Reply via email to