Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 26185 invoked from network); 22 Jun 2006 17:42:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 17:42:21 -0000 Received: (qmail 78807 invoked by uid 500); 22 Jun 2006 17:42:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 78770 invoked by uid 500); 22 Jun 2006 17:42:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 78761 invoked by uid 99); 22 Jun 2006 17:42:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 10:42:20 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of suresh.thalamati@gmail.com designates 64.233.184.231 as permitted sender) Received: from [64.233.184.231] (HELO wr-out-0506.google.com) (64.233.184.231) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 10:42:19 -0700 Received: by wr-out-0506.google.com with SMTP id i34so459870wra for ; Thu, 22 Jun 2006 10:41:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=i+2cu9TWdBmugaxKA32r+RJ4+sTh0aIyMLYFCCgpd9uqQs7M5H4EkaDPkloRAER5o88PlKrx3DDva0lTaJf/ZOjBgML4P4v+OqVkP6dMRerggXNQjfgV2AcviTajm31SO8VgMFwJpFyoyh/nW0EcwJ9LquJS3XzcRW8oaUX+C+M= Received: by 10.54.91.3 with SMTP id o3mr3583647wrb; Thu, 22 Jun 2006 10:41:58 -0700 (PDT) Received: from ?9.30.38.151? ( [129.42.184.35]) by mx.gmail.com with ESMTP id 66sm1626157wra.2006.06.22.10.41.58; Thu, 22 Jun 2006 10:41:58 -0700 (PDT) Message-ID: <449AD661.8070204@gmail.com> Date: Thu, 22 Jun 2006 10:41:53 -0700 From: Suresh Thalamati User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Updated: (DERBY-1156) allow the encrypting of an existing unencrypted db and allow the re-encrypting of an existing encrypted db References: <18066803.1150997731068.JavaMail.jira@brutus> In-Reply-To: <18066803.1150997731068.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Mike Matrigali (JIRA) wrote: > [ http://issues.apache.org/jira/browse/DERBY-1156?page=all ] > > Mike Matrigali updated DERBY-1156: > ---------------------------------- > > > i reviewed and tested reencrypt_3.diff patch. it looks fine, i will let you commit. Still would like to see more testing, >especially exercising the abort paths when failure happens while reencrypting. > > Thanks Mike. I will add the tests for abort paths. -suresh