Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 11196 invoked from network); 26 Sep 2005 14:04:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 14:04:31 -0000 Received: (qmail 4948 invoked by uid 500); 26 Sep 2005 14:04:29 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 4916 invoked by uid 500); 26 Sep 2005 14:04:29 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 4903 invoked by uid 99); 26 Sep 2005 14:04:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 07:04:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.233.18.245] (HELO buttons.boynes.com) (209.233.18.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 07:04:36 -0700 Received: from [192.168.37.199] (unknown [192.168.37.199]) by buttons.boynes.com (Postfix) with ESMTP id 879B11BE54 for ; Mon, 26 Sep 2005 07:04:06 -0700 (PDT) Message-ID: <4337FFD6.8060706@apache.org> Date: Mon, 26 Sep 2005 07:04:06 -0700 From: Jeremy Boynes User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Geronimo Features. References: <466797bd050926002827f56409@mail.gmail.com> In-Reply-To: <466797bd050926002827f56409@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Geronimo does not have any direct integration with JDBC but supports access through the generic J2CA framework. The TranQL project has J2CA adaptors for various databases. The J2CA framework is interceptor based which allows different parts of the connection framework to be plugged in including the connection manager. TranQL has an adaptor that wraps a generic JDBC driver allowing any driver to be used. TranQL has specialized drivers for certain databases (including Apache Derby, Oracle and soon DB2) that provide a tighter integration with advanced features of the driver itself. It is at this level features such as load-balancing and failover would be provided. For less integrated failover (which is my understanding of the JBoss feature) a C-JDBC wrapper can be used. -- Jeremy Manu George wrote: > Hi, > I have a few doubts about geronimo features. I checked out the release notes > from M4 but would like to know if there is any document listing the features > added upto now. Specifically I have a few questions > 1) Does Geronimo have datasource failover capabilities like in JBOSS? > 2) How many connection managers does geronimo support? Can custom connection > managers be plugged in? > 3) Geronimo does not yet handle drivers that supply their own DataSource,Is > this statement still valid? How many types of datasources does geronimo > support? > 4) Can you connect to RDBMS's that have not yet implemented JCA-JDBC drivers > in geronimo? > > Thanks > Manu >