Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 83749 invoked from network); 28 Dec 2007 15:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2007 15:11:49 -0000 Received: (qmail 36603 invoked by uid 500); 28 Dec 2007 15:11:36 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 36595 invoked by uid 500); 28 Dec 2007 15:11:36 -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 36584 invoked by uid 99); 28 Dec 2007 15:11:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 07:11:36 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.180.54.11] (HELO bee.hiwaay.net) (216.180.54.11) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Dec 2007 15:11:13 +0000 Received: from [10.20.30.40] ([216.180.54.217]) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id lBSFBFCH1565179 for ; Fri, 28 Dec 2007 09:11:16 -0600 (CST) Message-ID: <47751213.7010607@gdcjk.com> Date: Fri, 28 Dec 2007 09:11:15 -0600 From: Garth Keesler User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Bank Sample App Mod to use Postgres Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am new to Geronimo coming from VS2005 and C#. I have a Postgres DB configured in the pool as OES and working correctly using the dbtester sample app. I want to change the persistance of the Bank app from Derby to Postgres and have not yet figured out the magic to make it happen. The tables are correctly loaded in the OES database. Below is the BankPool.xml I modified (obviously incorrectly) and I could use some pointers. It mavens and installs okay but I get a "lifecycle operation failed" when attempting to start in the console. Any help appreciated... Thx, Garth console.dbpool OES 1.0 rar org.apache.geronimo.configs system-database car javax.sql.DataSource BankPool org.postgresql.Driver garthk jdbc:postgresql://pgsrv/oesdb 10 0