Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 43736 invoked from network); 25 Nov 2010 09:23:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Nov 2010 09:23:19 -0000 Received: (qmail 95064 invoked by uid 500); 25 Nov 2010 07:36:37 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 94790 invoked by uid 500); 25 Nov 2010 07:36:36 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 94781 invoked by uid 99); 25 Nov 2010 07:36:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 07:36:35 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 07:36:35 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAP7aFYI015299 for ; Thu, 25 Nov 2010 07:36:15 GMT Message-ID: <23591672.303851290670575218.JavaMail.jira@thor> Date: Thu, 25 Nov 2010 02:36:15 -0500 (EST) From: "Eiji Takahashi (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (DBCP-348) connectionInitSqls doesn't work correctly. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 connectionInitSqls doesn't work correctly. ------------------------------------------- Key: DBCP-348 URL: https://issues.apache.org/jira/browse/DBCP-348 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.4, 1.3 Environment: CentOS 5.4 JDK 6u21 Reporter: Eiji Takahashi Priority: Minor The parameter name is different between the source code and the online document. Souce code(BasicDataSourceFactory.java): private final static String PROP_INITCONNECTIONSQLS = "initConnectionSqls"; Online document(http://commons.apache.org/dbcp/configuration.html): Parameter name: connectionInitSqls -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.