Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 7414 invoked from network); 7 Dec 2006 15:24:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 15:24:38 -0000 Received: (qmail 99335 invoked by uid 500); 7 Dec 2006 15:24:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 99310 invoked by uid 500); 7 Dec 2006 15:24:45 -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 99301 invoked by uid 99); 7 Dec 2006 15:24:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 07:24:45 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [68.142.198.212] (HELO smtp113.sbc.mail.mud.yahoo.com) (68.142.198.212) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Dec 2006 07:24:31 -0800 Received: (qmail 6933 invoked from network); 7 Dec 2006 15:24:09 -0000 Received: from unknown (HELO ?127.0.0.1?) (ddebrunner@sbcglobal.net@75.24.212.58 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 7 Dec 2006 15:24:09 -0000 X-YMail-OSG: ayqZRsEVM1l6hIc3svxptaRG0Qn8a2EB93T7cZiUzfpzWgeuIyoCrUeOiE7_YFxZPwDf394FAl1E5Xvb15xi2jlflhtJ6Hdgo2PqJPPogRg3P0CiiE3YufUIJsLwpoATNI9T0sA6zT1PgWY- Message-ID: <45783210.8010703@apache.org> Date: Thu, 07 Dec 2006 07:24:00 -0800 From: Daniel John Debrunner User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: state of derby.system.bootAll ? References: <17784.7575.695432.449772@gargle.gargle.HOWL> In-Reply-To: <17784.7575.695432.449772@gargle.gargle.HOWL> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dag H. Wanvik wrote: > The developer's guide contains several references to this system > property which seems to be in use, cf. BaseMonitor.java:396. > > I can not find it documented in the trunk "Tuning Derby" > manual. Googling, I find it documented in older Cloudscape docs > > (e.g. in > http://www.novell.com/documentation/extendas37/docs/help/java/jdkee/cloudscape/doc/html/coredocs/proper42.htm#1014327), > > but not in Cloudscape 10 docs > > (e.g. http://publib.boulder.ibm.com/infocenter/cldscp10/topic/com.ibm.cloudscape.doc/perf63.htm), > which could indicate it was removed for some reason. > > So, what is the state of this property in Derby? > > I am also unsure of the state of derby.database.noAutoBoot which is > also not documented, but seems to be in use (e.g. BaseMonitor.java:1575). Seems like they are simply partially documented or undocumented features. Dan.