Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 59967 invoked from network); 7 May 2006 10:47:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2006 10:47:02 -0000 Received: (qmail 43673 invoked by uid 500); 7 May 2006 10:47:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43631 invoked by uid 500); 7 May 2006 10:47:01 -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 43622 invoked by uid 99); 7 May 2006 10:47:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 03:47:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 03:47:00 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DC4897142CC for ; Sun, 7 May 2006 10:46:21 +0000 (GMT) Message-ID: <30200349.1146998781899.JavaMail.jira@brutus> Date: Sun, 7 May 2006 10:46:21 +0000 (GMT+00:00) From: "Anurag Shekhar (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1291) Modify DataSource classes of Embedded Driver to seperate DataSource , XADataSource and ConnectionPooledDataSource In-Reply-To: <7128434.1146830547506.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1291?page=comments#action_12378287 ] Anurag Shekhar commented on DERBY-1291: --------------------------------------- JDBC4.0 data sources classes (DERBY-1137) extend from there respective jdbc3.0 (or older classes). But EmbeddedConnectionPooled and EmbeddedXADataSource classes extend from DataSource so EmbeddedConnectionPooled40 and EmbeddedXADataSource40 are indirectly extending from DataSource. JDBC4.0 DataSource has introduced 3 new methods in DataSource. So EmbeddedConnectionPooled40 and EmbeddedXADataSource40 requirs this empty implementation of these method to have other wise they will remain abstract class. Changing the hirarchy will fix this problem. Thanks for pointing out about the discussion on this topic. I will read trough the archive and will see if I am missing something. > Modify DataSource classes of Embedded Driver to seperate DataSource , XADataSource and ConnectionPooledDataSource > ------------------------------------------------------------------------------------------------------------------ > > Key: DERBY-1291 > URL: http://issues.apache.org/jira/browse/DERBY-1291 > Project: Derby > Type: Improvement > Versions: 10.2.0.0 > Reporter: Anurag Shekhar > Assignee: Anurag Shekhar > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira