Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 43714 invoked from network); 15 Jul 2008 07:43:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 07:43:10 -0000 Received: (qmail 34894 invoked by uid 500); 15 Jul 2008 07:43:09 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 34862 invoked by uid 500); 15 Jul 2008 07:43:09 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 34851 invoked by uid 99); 15 Jul 2008 07:43:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 00:43:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 07:42:17 +0000 Received: by wr-out-0506.google.com with SMTP id 68so3894528wri.15 for ; Tue, 15 Jul 2008 00:42:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=LKtBq72qsMDFFeQ9M4yDUYbmPl9HG76Es+QYxkpIv1I=; b=pkFyy5XL24CORT3Lxo8eqUSkxwcRLOzYBM0KoBBUw0PRJ846qyKoQEcUM5WYHyVvmc xIowUOTjKGsf15yGCWlPWuTKmHm0pWXVc0GmdAgAabUMbGe6WaClCwXSnMBYnth0bgib XSuWsXnCpZrzqUkimfAGnBDlwvK059vxOpDxo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WmZ+WO5P6jOQYUMJOBjeHrAVeu9xity/X1AZgqeExwOrv/ruTRovC68gBvSUu8yQxo t3aTjIejHl+I6u7QE9oP6HGlyM5fWqn8Ph/b2jkpI6SNA9axg0T5qLNQs4vg9iYEKGEY R2vbjz/A0ltSoNMpbzFuojnt8RFXlg32Zzhy8= Received: by 10.90.84.17 with SMTP id h17mr3307576agb.77.1216107759753; Tue, 15 Jul 2008 00:42:39 -0700 (PDT) Received: by 10.90.115.13 with HTTP; Tue, 15 Jul 2008 00:42:39 -0700 (PDT) Message-ID: <510143ac0807150042u5bcc7edas391dd31496226639@mail.gmail.com> Date: Tue, 15 Jul 2008 10:42:39 +0300 From: "Jukka Zitting" To: dev@jackrabbit.apache.org Subject: Re: [RT] Adding event interface to jackrabbit api In-Reply-To: <487C4EBF.1020209@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <486CCF28.4090301@apache.org> <510143ac0807071614y1f3ae750lc7b34c64e468e776@mail.gmail.com> <48730270.6090500@apache.org> <487B024B.9040909@apache.org> <510143ac0807140137h57a7d931p276ae397f614c113@mail.gmail.com> <487C4EBF.1020209@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Tue, Jul 15, 2008 at 10:16 AM, Carsten Ziegeler wrote: > No, I agree with you and Marcel and think that the interface is the nicer > way of handling this. The only drawback would be that the implementation is > not able to check whether the feature is supported or not; but I guess this > could be done by checking the jcr implementation on startup. Add a custom repository descriptor? BR, Jukka Zitting