Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53095 invoked from network); 29 Feb 2008 13:25:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 13:25:52 -0000 Received: (qmail 99429 invoked by uid 500); 29 Feb 2008 13:25:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 99220 invoked by uid 500); 29 Feb 2008 13:25:47 -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 99211 invoked by uid 99); 29 Feb 2008 13:25:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 05:25:47 -0800 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; Fri, 29 Feb 2008 13:25:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D7A6234C047 for ; Fri, 29 Feb 2008 05:24:51 -0800 (PST) Message-ID: <315137519.1204291491250.JavaMail.jira@brutus> Date: Fri, 29 Feb 2008 05:24:51 -0800 (PST) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3328) Extend client JDBC object factory with methods to create objects required for statement pooling In-Reply-To: <15907683.1200590374167.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-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan closed DERBY-3328. ---------------------------------- I don't see anything more coming up for this issue. > Extend client JDBC object factory with methods to create objects required for statement pooling > ----------------------------------------------------------------------------------------------- > > Key: DERBY-3328 > URL: https://issues.apache.org/jira/browse/DERBY-3328 > Project: Derby > Issue Type: Sub-task > Components: Network Client > Affects Versions: 10.4.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Minor > Fix For: 10.4.0.0 > > Attachments: derby-3328-1a-extend_jdbc_objectfactories.diff, derby-3328-1a-extend_jdbc_objectfactories.stat, derby-3328-2a-change_signatures.diff, derby-3328-2a-change_signatures.stat > > > Since statement pooling introduces new types of objects, the factories must be extended to handle these new types. > This step is primarily required because we support multiple versions of the JDBC standard, which in turn implies running with different interfaces and JVM versions with differing features. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.