Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 61066 invoked from network); 14 Jul 2006 15:06:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 15:06:53 -0000 Received: (qmail 33362 invoked by uid 500); 14 Jul 2006 15:06:53 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 33354 invoked by uid 500); 14 Jul 2006 15:06:53 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 33345 invoked by uid 99); 14 Jul 2006 15:06:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 08:06:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcel.reutegger@gmx.net designates 213.165.64.21 as permitted sender) Received: from [213.165.64.21] (HELO mail.gmx.net) (213.165.64.21) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 14 Jul 2006 08:06:52 -0700 Received: (qmail invoked by alias); 14 Jul 2006 15:06:31 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.75]) [212.249.34.130] by mail.gmx.net (mp018) with SMTP; 14 Jul 2006 17:06:31 +0200 X-Authenticated: #894343 Message-ID: <44B7B2F2.8010807@gmx.net> Date: Fri, 14 Jul 2006 17:06:26 +0200 From: Marcel Reutegger User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: event listener not getting any events.. References: <44B78AAD.3020600@pobox.com> <44B78C2C.3060909@gmx.net> <44B790C5.5050401@pobox.com> <44B7A93D.4080802@gmx.net> <44B7AF2A.7070306@pobox.com> In-Reply-To: <44B7AF2A.7070306@pobox.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Torgeir Veimo wrote: > I create the test2 node of type nen:resource, mixin nen:protected, and > attach a number of child nodes of type nen:ace to it. It's all done in > one session which I logout of immediately after the save. you should actually see more than just one property added event. from what I can tell there should be: - 'property added' for jcr:primaryType on new node 'test2' - 'property added' for jcr:mixinTypes on new node 'test2' - 'property added' for jcr:primaryType for each nen:ace you add are you able to reproduce this behaviour using predefined node types, e.g. using nt:unstructured? If yes can you please put together a small test case and create a jira issue? Thanks regards marcel