Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7E78EB7F for ; Sat, 16 Mar 2013 23:06:21 +0000 (UTC) Received: (qmail 78386 invoked by uid 500); 16 Mar 2013 23:06:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 78351 invoked by uid 500); 16 Mar 2013 23:06:21 -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 78342 invoked by uid 99); 16 Mar 2013 23:06:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 23:06:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bpendleton.derby@gmail.com designates 209.85.160.51 as permitted sender) Received: from [209.85.160.51] (HELO mail-pb0-f51.google.com) (209.85.160.51) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 23:06:14 +0000 Received: by mail-pb0-f51.google.com with SMTP id un15so5262715pbc.24 for ; Sat, 16 Mar 2013 16:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=d05+3jMV5q8tmKUJbpsPhNNPlxOyEayh0P1qXS4Ml8U=; b=PWESVnWYF/DOauzOjsh4huMMJI+f5ZJM8o15new12ygEa6Bq/Ys7mwtuKntx0T9eaX He4irhgu2rJUQZS/qH15sEvHTEa7y/R4iu87/oWA5ynbDTpZBJDEaAuwqvdhRbeS7R81 M4Z3GQEFFXRPJ2Uu8mY90lAVf9yJtJmJJcYf+zkMWfDqq9bO1V4o1P4vdP6gOERHGHLb HIxOSaFNuzKOln2uBxefzyw3WvSf9WE0LJ0VL5kwO8nivZln0qNLNURB0aS4LbQUoily BYZtAweLSMvE+vBb28sQlu+dVUoCXIRZUjyCC5yMSnNFNpU/QUmPVC6iqdVe0WgcZx4C XV9w== X-Received: by 10.68.231.42 with SMTP id td10mr25962474pbc.174.1363475152830; Sat, 16 Mar 2013 16:05:52 -0700 (PDT) Received: from [192.168.0.106] (c-67-170-231-73.hsd1.ca.comcast.net. [67.170.231.73]) by mx.google.com with ESMTPS id yr10sm2321336pab.6.2013.03.16.16.05.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Mar 2013 16:05:51 -0700 (PDT) Message-ID: <5144FA00.4010608@gmail.com> Date: Sat, 16 Mar 2013 16:02:24 -0700 From: Bryan Pendleton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Where to look in the code to find out why XA transactions and database locks are not be cleaned up References: <97EB699F861AD841B5908C7CA9C9565602699D822AD7@VSERVER1.canoga.com> <97EB699F861AD841B5908C7CA9C9565602699D822ADE@VSERVER1.canoga.com> In-Reply-To: <97EB699F861AD841B5908C7CA9C9565602699D822ADE@VSERVER1.canoga.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 03/16/2013 12:08 PM, Bergquist, Brett wrote: > Is there any documentation on how �SanityManager.DEBUG� or how to build so that this is applicable? > Here's the docs on that: http://svn.apache.org/viewvc/db/derby/code/trunk/BUILDING.html?view=co#Customized Build Basically, put sane=true into ~/ant.properties and you should get a sane build. I think that a sane build should be the default, though, so I'm a bit surprised if your build isn't already a sane build. thanks, bryan