From jackrabbit-dev-return-324-apmail-incubator-jackrabbit-dev-archive=www.apache.org@incubator.apache.org Fri Nov 12 10:29:45 2004 Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 2691 invoked from network); 12 Nov 2004 10:29:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Nov 2004 10:29:45 -0000 Received: (qmail 89266 invoked by uid 500); 12 Nov 2004 10:29:44 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 89243 invoked by uid 99); 12 Nov 2004 10:29:44 -0000 Received-SPF: pass (hermes.apache.org: domain of j.alkjaer@gmail.com designates 64.233.184.202 as permitted sender) Received: from [64.233.184.202] (HELO wproxy.gmail.com) (64.233.184.202) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 12 Nov 2004 02:29:44 -0800 Received: by wproxy.gmail.com with SMTP id 36so233508wri for ; Fri, 12 Nov 2004 02:29:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=SlBcQF/Jjw2eKye9mjD/MGowNnP52HSH6Z6afwo5brRK3I+xuK7yDBpc4UyAL6zad5POlmm19wq4vh0JWMbFqSJFoQrN90lyVB7Fwo10wZoEhH+2lID8uKMnxRBt5BtDmOrAZ9LPo7BRhyu1EhR8WIgFEbLdPMjoe7RM5/F+BOQ= Received: by 10.54.20.68 with SMTP id 68mr244242wrt; Fri, 12 Nov 2004 02:29:36 -0800 (PST) Received: by 10.54.17.11 with HTTP; Fri, 12 Nov 2004 02:29:36 -0800 (PST) Message-ID: Date: Fri, 12 Nov 2004 11:29:36 +0100 From: Reply-To: To: jackrabbit-dev@incubator.apache.org Subject: Order of events question Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N We are trying to use the event system, to perform some replication between some nodes (translated versions of a master file actually) The EventListner receives the events in some sorted fashion (based on type) as opposed to the order they occured. Whats the rationale behind this? /Johal