From user-return-12096-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Thu Dec 04 17:19:17 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 44047 invoked from network); 4 Dec 2008 17:19:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 17:19:17 -0000 Received: (qmail 52889 invoked by uid 500); 4 Dec 2008 17:19:25 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 52858 invoked by uid 500); 4 Dec 2008 17:19:25 -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 52819 invoked by uid 99); 4 Dec 2008 17:19:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 09:19:25 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.46] (HELO smtp107.prem.mail.ac4.yahoo.com) (76.13.13.46) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Dec 2008 17:17:55 +0000 Received: (qmail 54877 invoked from network); 4 Dec 2008 17:18:42 -0000 Received: from unknown (HELO dyn9-37-243-135.raleigh.ibm.com) (dwoods@129.33.49.251 with plain) by smtp107.prem.mail.ac4.yahoo.com with SMTP; 4 Dec 2008 17:18:42 -0000 X-YMail-OSG: 2CaTpdkVM1kIUOeaKqVTBYcY2B1RUV.Db0rTwTsAmddM0S4hBTLWYCZSrbb6OhgG8uLq9wASz6ASi5FX5wLx_8G2ukLkX9Q3uJ.8jo70p7DmlhfyHXptDLXaMz.622fzqAEmXtYwfo1NY28f1_cbQspufxaKKnWIiH2Jo6qpAYaf17MP_dO6vgC3cGsR X-Yahoo-Newman-Property: ymail-3 Message-ID: <493810F1.7010304@apache.org> Date: Thu, 04 Dec 2008 12:18:41 -0500 From: Donald Woods User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Trying to configure Oracle XA References: <20822347.post@talk.nabble.com> In-Reply-To: <20822347.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Have you looked at the DayTrader sample plan for Oracle XA under - https://svn.apache.org/repos/asf/geronimo/daytrader/trunk/README https://svn.apache.org/repos/asf/geronimo/daytrader/trunk/plans/dayTrader-oracle-XA-plan.xml The last time I deployed DayTrader with the Oracle 10 XA RAR, it was back in 2.0 days using the above plan (not the Console), but it worked without problems.... -Donald ericp56 wrote: > Hello, > > I'm trying to configure an Oracle XA database pool in Geronimo. > > I've tried various ways to fill out the information, but I haven't > succeeded. I'm currently getting a "java.sql.SQLException: Io exception: > Unknown host specified" exception. > > When I tried to follow some other posts, I couldn't even deploy the pool. > GBean deployment fails because of an invalid string operation (CharAt on an > empty string). I'll open a JIRA ticket for this with the steps to > reproduce, exception output, etc. > > Is there any documenation for org.tranql.connector.oracle.XAMCF? I'm > stabbing blindly on how to configure the database pool - not fun;) > > Eric