From torque-dev-return-10571-apmail-db-torque-dev-archive=db.apache.org@db.apache.org Sun Oct 2 17:28:59 2011 Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-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 3B58C73E2 for ; Sun, 2 Oct 2011 17:28:59 +0000 (UTC) Received: (qmail 35472 invoked by uid 500); 2 Oct 2011 17:28:58 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 35452 invoked by uid 500); 2 Oct 2011 17:28:58 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 35444 invoked by uid 99); 2 Oct 2011 17:28:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 17:28:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [62.13.148.112] (HELO outmail148112.authsmtp.co.uk) (62.13.148.112) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 17:28:48 +0000 Received: from mail-c187.authsmtp.com (mail-c187.authsmtp.com [62.13.128.33]) by punt9.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id p92HSS5o094400 for ; Sun, 2 Oct 2011 18:28:28 +0100 (BST) Received: from dhcp-wlan29.home.lan (erft-5d80df7f.pool.mediaWays.net [93.128.223.127]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2) with ESMTP id p92HSQ3G043402 for ; Sun, 2 Oct 2011 18:28:26 +0100 (BST) Message-ID: <4E889F3A.3030609@apache.org> Date: Sun, 02 Oct 2011 19:28:26 +0200 From: Thomas Vandahl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Apache Torque Developers List Subject: Re: svn commit: r1167496 - /db/torque/torque4/trunk/torque-runtime/src/main/java/org/apache/torque/TorqueInstance.java References: <20110910105810.A030C23888E7@eris.apache.org> In-Reply-To: X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Server-Quench: f0017319-ed1b-11e0-ab46-001185d377ca X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCdyaAgQClZJUiwT EioPDCIGTh8qMAFL GwYeIE5WLUQhWQ4X O15TJVpedloGSkcB AXl0CBBLUl1wWHN0 YwBTZQ9fZARHXBtr UkBXQFBRCgRqBgMD AxwbTRk8NwxEAB0R ZjFiWnNfXEY0dEN7 RwACFW0HYmRhYX1K BEEKagJVJQNXL01B bE1/VHIMaWBTZX1n FAYlBT1jdS5BLmxe RQQILE5ACVxSR2Bj G0FcVXBnWkEPADk0 NQU7JxkAG1wIL0hu dkc7RFQbdAMVEBRD EgRXHSlFJlwMADEx BkRfVE8YVz9UXy4b BQcnZRZQCzdSV21E A1FcVhxINyRfSTRF aTBGTiQrB1VvJUs0 O0xZ X-Authentic-SMTP: 61633138303539.1000:706 X-AuthFastPath: 0 (Was 255) X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Checked: Checked by ClamAV on apache.org On 29.09.11 06:42, Thomas Fox wrote: > Thomas, would you mind to document the database autodetect feature (e.g. > in /torque-site/src/site/xdoc/documentation/modules/runtime/reference/initialisation-configuration.xml) ? I added a short paragraph to the docs, see http://svn.apache.org/viewvc?rev=1163646&view=rev Actually there is not much more to say about this feature. The question would be whether to default to "auto" or not when no adapter has been given in the configuration. As we are at it: the list of driver class names in DBFactory is a bit outdated. Given the fact that the new generator does not support the generation of SQL (right?) for all of them, isn't it about time to clean that mess up? The adapter selection based on the name of the driver class isn't even documented anymore. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org