Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66466 invoked from network); 8 Feb 2007 16:50:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 16:50:44 -0000 Received: (qmail 16434 invoked by uid 500); 8 Feb 2007 16:50:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 16388 invoked by uid 500); 8 Feb 2007 16:50:48 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 16377 invoked by uid 99); 8 Feb 2007 16:50:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 08:50:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [68.142.206.235] (HELO smtp102.plus.mail.mud.yahoo.com) (68.142.206.235) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Feb 2007 08:50:38 -0800 Received: (qmail 8864 invoked from network); 8 Feb 2007 16:50:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=kL0ePkxt57yLAtVHnuCltonTKBys+PuCoV68xNLeAwJmcdSNpGfDnDJ+UxHJIWRxdNv1wewGVFY7nLiF3p+iXwc6yJstp6hGlop+sIak2Pw35e+KXKKRXKtJxU+FCXAzzrNnDG3pad5sZXGTWoRPWSpMTM61loHIzhSkQi7OvB0= ; Received: from unknown (HELO ?10.11.55.8?) (david_jencks@63.105.20.225 with plain) by smtp102.plus.mail.mud.yahoo.com with SMTP; 8 Feb 2007 16:50:17 -0000 X-YMail-OSG: pdD2x10VM1m9QN0mjMuBR6SEJHR2D6dWrwXy19TKUj7Re9Oaz_Lq0n3WKCTM_BSKIQPuy1UytOkWj.Hq3QgE9pIiatqp1aoDfCNLBzuZFoWgZIcoUpQ6PToiKjoTfzC7OyIR4Ych.YFFMs4S9ajJW56TnDg7XXEnRksx5YAqpv3xZmq4mzHs_KStyb1p Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <45CB52A5.5040903@gmail.com> References: <45CB52A5.5040903@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: JSR 77 - JDBCResource Date: Thu, 8 Feb 2007 08:49:48 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 8, 2007, at 8:41 AM, Christopher M. Cardona wrote: > Anybody know where JSR 77 JDBCResource is being implemented in > Geronimo? Here is the spec description: > > The JDBCResource model identifies a JDBC resource. A JDBC resource > manages one or more JDBC data sources. For each JDBC resource > provided on a server, there must be one JDBCResource OBJECT_NAME in > the servers resources list that > identifies it. We kind of ignore this because we wrap all jdbc datasources with jca wrappers so we only have the jca objects to deal with. I guess we could try to figure out if a ConnectionFactory is a DataSource and if so use JDBCResource for the module type instead of JCAResource (IIRC). Would doing this provide value for our users? thanks david jencks > > Thanks, > chris