Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C006100C5 for ; Sat, 31 May 2014 04:36:43 +0000 (UTC) Received: (qmail 34093 invoked by uid 500); 31 May 2014 04:10:03 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 33888 invoked by uid 500); 31 May 2014 04:10:03 -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 33808 invoked by uid 99); 31 May 2014 04:10:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 May 2014 04:10:03 +0000 Date: Sat, 31 May 2014 04:10:03 +0000 (UTC) From: "Phil Steitz (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DBCP-380) DelegatingConnection isWrapperFor dies on older JDBC drivers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DBCP-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz closed DBCP-380. ---------------------------- > DelegatingConnection isWrapperFor dies on older JDBC drivers > ------------------------------------------------------------ > > Key: DBCP-380 > URL: https://issues.apache.org/jira/browse/DBCP-380 > Project: Commons Dbcp > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Balazs Zsoldos > Fix For: 1.3.1, 1.4.1, 1.5.1, 2.0 > > Attachments: DelegatingConnection.java.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > The isWrapperFor function simply calls towards to the delegated connection iswrappedfor function instead of checking the result first by hand like in the unwrap function. -- This message was sent by Atlassian JIRA (v6.2#6252)