Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 55313 invoked from network); 17 Mar 2007 16:36:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2007 16:36:38 -0000 Received: (qmail 29774 invoked by uid 500); 17 Mar 2007 16:36:46 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 29730 invoked by uid 500); 17 Mar 2007 16:36:46 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 29719 invoked by uid 99); 17 Mar 2007 16:36:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2007 09:36:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ersin.er@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2007 09:36:35 -0700 Received: by wr-out-0506.google.com with SMTP id 57so891086wri for ; Sat, 17 Mar 2007 09:36:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F1tfKlCtgC5netZzqfmBnJu4j1FqGgNOQtEjEhXjft8kohAqAoBsPsdV3LndqUyyZKlB4bUdG1GZHS4Z17G+VcpF1010nJNCcqUEP9rrV6/+rbyYo0yX3+e2gnQHnFJfmrQCbVCCBfZ45vmFxg6iVxMUGXev76BLm4foZiEoisc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PIi9/3mkWTzS5FNe41Ss87yIhzQ6iJcCwQV5EkHiyKxeFFIuhDEGfBV9ahBv+VX4DICyMNAAlEhkR+E2GDOxs9ZqZiSM1CJ/8ox4GK2pds8tSBGhMcU1P002DNd7OZb1Q8swM7GaNsVl6IJ4v1lBzShfGRZd9dH817GEPSlk8FM= Received: by 10.65.103.17 with SMTP id f17mr3989155qbm.1174149374757; Sat, 17 Mar 2007 09:36:14 -0700 (PDT) Received: by 10.115.72.2 with HTTP; Sat, 17 Mar 2007 09:36:14 -0700 (PDT) Message-ID: Date: Sat, 17 Mar 2007 18:36:14 +0200 From: "Ersin Er" To: "Apache Directory Developers List" Subject: Re: [core] Loading stored-procedures and setting triggers In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <568753d90703161203q5df0a56dpe9a7073db03cf76c@mail.gmail.com> <568753d90703161308x7b62c720lb66d71a352f8fda7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/16/07, Ersin Er wrote: > On 3/16/07, Enrique Rodriguez wrote: > > On 3/16/07, Ersin Er wrote: > > > ... > > > BTW, I plan to work on these two stuff and their documentation this > > > weekend so I suggest you stay tuned. > > > > One question, not obvious from the test cases, was: Can you perform 2 > > operations in a specific order in the same TED on the same attribute? > > Back to the userPassword use-case, I'd like to (1) derive keys from > > the userPassword and then (2) delete the plaintext userPassword, since > > it is no longer needed. > > Currently no. It's on TODO. My proposals were executing Triggers with > creation time order and the other one was a Precedence specifier in > the grammar. We'll figure it out soon. OK, now done. I have made some changes to the TriggerSpecification grammar and TriggerService code. Now, we have guarantied ordered execution of multiple SPs per Trigger execution. Changes are here: http://svn.apache.org/viewvc?view=rev&revision=519364 Particularly the test case reflecting the change is here: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-unit/src/test/java/org/apache/directory/server/core/trigger/DefaulTriggerServiceITest.java?revision=519364&view=markup > > Enrique > > > > > -- > Ersin > We have more work to do. Hopefully I'll spend more time on this stuff these days. Cheers, -- Ersin