Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 24544 invoked from network); 21 Nov 2009 20:11:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Nov 2009 20:11:03 -0000 Received: (qmail 76009 invoked by uid 500); 21 Nov 2009 20:11:03 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 75886 invoked by uid 500); 21 Nov 2009 20:11:02 -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 75876 invoked by uid 99); 21 Nov 2009 20:11:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 20:11:02 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2009 20:11:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9013A234C04C for ; Sat, 21 Nov 2009 12:10:39 -0800 (PST) Message-ID: <1384410606.1258834239585.JavaMail.jira@brutus> Date: Sat, 21 Nov 2009 20:10:39 +0000 (UTC) From: "Phil Steitz (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (DBCP-204) BasicDataSource doesn't include CallableStatement Pooling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DBCP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-204. ------------------------------ Resolution: Fixed Patch applied with minor changes in r882981. Changes: * Allowed PoolableCallableStatement to be closed twice (consistent with new behavior in PoolablePreparedStatement) * Added test cases * Javadoc Thanks! > BasicDataSource doesn't include CallableStatement Pooling > --------------------------------------------------------- > > Key: DBCP-204 > URL: https://issues.apache.org/jira/browse/DBCP-204 > Project: Commons Dbcp > Issue Type: New Feature > Affects Versions: 1.2.1 > Environment: All > Reporter: Wei Chen > Assignee: Phil Steitz > Priority: Minor > Fix For: 1.3 > > Attachments: PoolingCallableStatment.patch > > > Hello =) > I had explored DBCP source code to cook for my project need recently. > As it's said that the Database Connection Pool (DBCP) component can be used in applications where JDBC resources need to be pooled. > "Apart from JDBC connections, this provides support for pooling Statement and PreparedStatement instances as well." > I am curious that why it does not support for pooling CallableStatement. > Does anybody know why the developer did not implement this furture?Are there some special consideration or some reason else? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.