Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 80107 invoked from network); 3 Jan 2007 17:19:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2007 17:19:31 -0000 Received: (qmail 76629 invoked by uid 500); 3 Jan 2007 17:19:35 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 76605 invoked by uid 500); 3 Jan 2007 17:19:35 -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 76594 invoked by uid 99); 3 Jan 2007 17:19:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 09:19:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mperham@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jan 2007 09:19:26 -0800 Received: by wx-out-0506.google.com with SMTP id s18so6019775wxc for ; Wed, 03 Jan 2007 09:19:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gx9r2tCNeq13P/FZgnMoCDsN8yej4v7yhwVKrZj13HcfgTC+zyBtaKaG1Ukfnr7r9NdhXHSkWkW66vzkI2GrE8fQ8H2U7B60F+TuntT/ss1it88ITmXht75CKd9iZ4jwt00a3Ro8LQMtQYkRRx/E07JEi23q8KFe5h3PRH517GE= Received: by 10.70.92.12 with SMTP id p12mr38948484wxb.1167844746209; Wed, 03 Jan 2007 09:19:06 -0800 (PST) Received: by 10.70.18.14 with HTTP; Wed, 3 Jan 2007 09:19:06 -0800 (PST) Message-ID: Date: Wed, 3 Jan 2007 11:19:06 -0600 From: "Mike Perham" To: user@geronimo.apache.org Subject: Re: Problem with mysql xa and 1.2-beta In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4446FF8B-CA12-422A-AFE2-32BEC9C95961@yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org On 1/3/07, Mike Perham wrote: > On 1/3/07, David Jencks wrote: > > > > > > I haven't personally tried the tranql mysql xa adapter (is that the > > one from wasce?) but I wonder.... have you gotten it to work in other > > circumstances? > > The application gets past this point in wasce 1.1.0.1 so yes. > Actually I just realized that I get a "Can't locate TransactionManager" warning on wasce (because the TM is not bound in JNDI) so it looks like this "works" on wasce only because it is not using transactions. So I guess the answer is actually no. mike