Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 41956 invoked from network); 6 Oct 2009 19:36:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 19:36:40 -0000 Received: (qmail 68317 invoked by uid 500); 6 Oct 2009 19:36:39 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 68291 invoked by uid 500); 6 Oct 2009 19:36:39 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 68282 invoked by uid 99); 6 Oct 2009 19:36:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 19:36:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 19:36:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 18A3D238889C; Tue, 6 Oct 2009 19:35:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r822457 - /db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita Date: Tue, 06 Oct 2009 19:35:46 -0000 To: derby-commits@db.apache.org From: chaase3@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091006193546.18A3D238889C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chaase3 Date: Tue Oct 6 19:35:45 2009 New Revision: 822457 URL: http://svn.apache.org/viewvc?rev=822457&view=rev Log: DERBY-4377: Developer's Guide statement on shutting down Derby needs qualification Modified topic to clarify authentication information. Patch: DERBY-4377-4.diff Modified: db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita Modified: db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita?rev=822457&r1=822456&r2=822457&view=diff ============================================================================== --- db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita (original) +++ db/derby/docs/trunk/src/devguide/tdevdvlp40464.dita Tue Oct 6 19:35:45 2009 @@ -35,11 +35,12 @@ shutdown always results in an SQLException to indicate that has shut down and that there is no other exception.

If you have enabled -BUILTIN user authentication and created some users at the system level (for -example, by setting some usernames and passwords in the derby.properties -file), you will need to specify credentials (that is, a username and password) -in order to shut down a -system.

+BUILTIN user authentication at the system level (for example, by setting the +property derby.connection.requireAuthentication=true in the +derby.properties file), you will need to specify credentials +(that is, username and password) in order to shut down a + system, and the +supplied username and password must also be defined at the system level.

You can also shut down an individual database if you specify the databaseName. You can shut down the database of the current connection if you specify the default connection