Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 56621 invoked from network); 19 Sep 2007 23:13:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 23:13:28 -0000 Received: (qmail 34784 invoked by uid 500); 19 Sep 2007 23:13:18 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 34759 invoked by uid 500); 19 Sep 2007 23:13:18 -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 34747 invoked by uid 99); 19 Sep 2007 23:13:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 16:13:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ed.hillmann@gmail.com designates 209.85.134.188 as permitted sender) Received: from [209.85.134.188] (HELO mu-out-0910.google.com) (209.85.134.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 23:13:18 +0000 Received: by mu-out-0910.google.com with SMTP id w9so383491mue for ; Wed, 19 Sep 2007 16:12:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=j+22KyrGh5OF07xE0J86YoxY3QCsTywDGgxVRiIzUA8=; b=DF30f5ARDiN5UpGcJ00Jvgajpk19ungZ7xiZVAJOwU92OsI1XXCcmgqqTC3e8dp/KqRVXqwg4W03efjTapaLn2HMNZqghqgj5zy0khc6v+KTGGbaYisVlRf+YscGuCcNkRp9C4wk7+nhAd+eo8jCpMA7O6capihta8GCtARZieM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=WFvSqyvDSvVbBJJvV5SezqNHjkn8VuYRLaYyB+aMCoV9xtLWcsaRfcD3d/pd8LvYcrcQFYW20p+i2K/17xl7NK6lyLQ3oYuzHgyKNY0jkUUTlzOFu5PmQ1Qj/faTOEIe1FZsqU9D9s7TWoDgCzSMy7tMkElyf6KZmcE/8uA95sU= Received: by 10.82.160.19 with SMTP id i19mr109622bue.1190243576791; Wed, 19 Sep 2007 16:12:56 -0700 (PDT) Received: by 10.82.140.12 with HTTP; Wed, 19 Sep 2007 16:12:56 -0700 (PDT) Message-ID: Date: Thu, 20 Sep 2007 09:12:56 +1000 From: "Ed Hillmann" To: user@geronimo.apache.org Subject: How to define a JCA connection pool / jndi address? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi all. I'm in the middle of deploying a JCA adapter into a Geronimo 2.0.1 container. I've ensured that my adapter meets the spec (which it hadn't before... many thanks to those on this group who helped me with that), and the RAR file has been able to deploy successfully within the container. When the Geronimo server starts up, I can see the RAR module started. Fantastic. Now, I want to configure a few connection pools / jndi addresses, so I can execute my existing test cases against the Geronimo server. And I can find any doco about how to set this up. Other servers have spiffy little areas in their Web console that, once the RAR module is deployed, I can create the pools via the admin console very easily. It doesn't appear that the Geronimo Admin Console allows me to do that (or I just don't know the right place to look, which is a completely realistic option). I can see where, in the Admin Console, you can add Database Pools and JMS Resources, but it's not a really good fit. I tried going through Database Pools. I can see my RAR in the "Driver JAR" list, and can select it. But when I try to test it, it complains about not providing a Driver Class. Which I didn't, as I don't want a driver class. So, that didn't work for me. And going through the JMS resources didn't make any sense either. I don't want to set a JMS resource. The online documentation seems pretty sparse on this as well. If anyone knows of some decent info regarding this, I'd be all ears. Thanks for any help, Ed