Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 56693 invoked from network); 1 Oct 2009 16:43:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 16:43:46 -0000 Received: (qmail 82222 invoked by uid 500); 1 Oct 2009 16:43:46 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 82019 invoked by uid 500); 1 Oct 2009 16:43:45 -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 81950 invoked by uid 99); 1 Oct 2009 16:43:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 16:43:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mr.pcwong@gmail.com designates 209.85.222.171 as permitted sender) Received: from [209.85.222.171] (HELO mail-pz0-f171.google.com) (209.85.222.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 16:43:32 +0000 Received: by pzk1 with SMTP id 1so31726pzk.27 for ; Thu, 01 Oct 2009 09:42:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=TmGipKeYDTI2Rt2TmyjDnPw4+aqhbYp6BZ4MruVXajs=; b=I9RzZAdm1Xkjq8D/Zwe2XzjHMkRphRbraXmRtpty0Iz/c9k/gfX9eTFfqJvp8j3zI6 arzcp+oEF80QwzirQ/0TsekOPspJqy+M5YLEtF84tcrzmCUiMNPchb3Pi75663wPSqjK WW1W5qN8GTXeeFETfv+lOQ2O9mCc3BhUTvo/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=QBBQvuKMW/M5djHUy8S56HkJvaMWv5ajWy879S0o8cB83G8wXtJKPZJvhEDODk4GLm hwExapziLZl4YgAVWoQqaAxR3Vy7gTp2GweD1w7svOKSe8XWdzaNhXEIcKCLXSTH7DSe zhWFF3FwrBpGg0zXkihqxH4Y7W6YTm+9mVtEw= Received: by 10.114.45.2 with SMTP id s2mr1456041was.122.1254415331272; Thu, 01 Oct 2009 09:42:11 -0700 (PDT) Received: from ?192.168.4.118? (ws164.acl.com [208.181.174.164]) by mx.google.com with ESMTPS id 22sm124124pxi.14.2009.10.01.09.42.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Oct 2009 09:42:09 -0700 (PDT) Message-ID: <4AC4DBDA.9090003@gmail.com> Date: Thu, 01 Oct 2009 09:42:02 -0700 From: Paul Wong User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: SSL connection between geronimo and postgresSQL References: <4AC38DC4.1030108@gmail.com> <4AC39472.7050000@gmail.com> <9C99181D-93F4-402A-91E8-723D9D828035@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org David and Fredrik, Thanks a lot. Can I specify the implemented class injected is org.postgresql.ds.PGSimpleDataSource in my ra.xml file? Can you or anyone give me some tips of doing so? I tried several parameters and could not get it to work. Here is my java code: @Resource( name = " MyDbPool ", authenticationType = Resource.AuthenticationType.APPLICATION ) private PGSimpleDataSource jdbcDataSource; Here is in the db-resource-adapter.xml javax.sql.DataSource MyDbPool MyDB MyServer 10 0 Here are the attributes I can use: connectionFactory, statisticsProvider, UserName, ServerName, , connectionInterface, DatabaseName, Password, objectName, configProperties, managedConnectionFactoryClass, PortNumber, eventProvider, kernel, PrepareThreshold, resourceAdapterWrapper, connectionFactoryInterface, classLoader, abstractName, LoginTimeout, implementedInterfaces, connectionManagerContainer, connectionImplClass, connectionFactoryImplClass Thanks a lot for your help. Paul Fredrik Jonson wrote: > In <9C99181D-93F4-402A-91E8-723D9D828035@yahoo.com> David Jencks wrote: > > >> I've had that problem too and recently reorganized it. Try this: >> >> https://svn.codehaus.org/tranql/ra/trunk >> > > Thanks, I'll look into it. > >