Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 87884 invoked from network); 11 Dec 2007 15:40:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 15:40:14 -0000 Received: (qmail 94354 invoked by uid 500); 11 Dec 2007 15:40:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 94333 invoked by uid 500); 11 Dec 2007 15:40:02 -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 94324 invoked by uid 99); 11 Dec 2007 15:40:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 07:40:02 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 15:39:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D307714236 for ; Tue, 11 Dec 2007 07:39:43 -0800 (PST) Message-ID: <2225890.1197387583074.JavaMail.jira@brutus> Date: Tue, 11 Dec 2007 07:39:43 -0800 (PST) From: "Kim Haase (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2182) Documentation for derby.system.bootAll is missing In-Reply-To: <2624244.1166203341011.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550541 ] Kim Haase commented on DERBY-2182: ---------------------------------- Thanks, Dag, that's very helpful. I'll add it to the documentation. In my experience I don't need to set derby.system.home explicitly if the databases to be booted are in the directory from which I start the network server. Does that make sense? > Documentation for derby.system.bootAll is missing > ------------------------------------------------- > > Key: DERBY-2182 > URL: https://issues.apache.org/jira/browse/DERBY-2182 > Project: Derby > Issue Type: Bug > Components: Documentation > Reporter: Dag H. Wanvik > Assignee: Kim Haase > Priority: Minor > Attachments: DERBY-2182.diff, DERBY-2182.stat, DERBY-2182.zip > > > This property is not documented in the Tuning Derby guide, but it is referred to > in the developer's guide in a couple of places with dangling pointers to the Tuning Guide: > http://db.apache.org/derby/docs/dev/devguide/cdevdvlp27715.html > http://db.apache.org/derby/docs/dev/devguide/cdevcsecure60146.html > http://db.apache.org/derby/docs/dev/devguide/cdevadvjdbc41138.html > 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, either we > should document it anew or remove the references to it. If we decide to keep it, we should also consider > derby.database.noAutoBoot (not currently documented). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.