Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 96212 invoked from network); 8 Apr 2008 12:37:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 12:37:05 -0000 Received: (qmail 35518 invoked by uid 500); 8 Apr 2008 12:36:21 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 35489 invoked by uid 500); 8 Apr 2008 12:36:21 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 35419 invoked by uid 99); 8 Apr 2008 12:36:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 05:36:20 -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 alistair.j.young@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 12:35:38 +0000 Received: by yw-out-1718.google.com with SMTP id 9so291757ywk.6 for ; Tue, 08 Apr 2008 05:35:48 -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:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=UYwU8uZqEVM1sp1eR2JoD/n1KeBACz0iwwG4ztUz8i8=; b=i3GcVrvNBoc+IQCE3AC15/IIxXFjSVYK4GcJdVqYgU187mN1AoVEegxoyDB/2hPS6Jpr/TmXiBSjEUgC27c7+4uZSLpiVoCiZ7TgpG4cqbRn2TVWjAvA7i3E7WcTd+qYiWVg8ww+CH4amNKuPF3XGslon+xRwCIq3KRVI8SSa4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PNo/Os8FJtvSEVlnafM5BGksmahAZ8ZWjOOULyE2PCec4aT1fnlMPAT5ooLYMvXx5LAmx+zdVXQfg4rqNKOvTykqzmCeEHo9rhCXSpwPsa4hPCsYgc89+8+4AxKIHAfNj4lppdz/mvhB/2iSZKgDQ0RgNuYEQFY8PvOIUi4Ywsk= Received: by 10.150.121.2 with SMTP id t2mr3469523ybc.130.1207658147646; Tue, 08 Apr 2008 05:35:47 -0700 (PDT) Received: by 10.70.76.12 with HTTP; Tue, 8 Apr 2008 05:35:47 -0700 (PDT) Message-ID: <148629c20804080535v78375b42vff080534ff28ea95@mail.gmail.com> Date: Tue, 8 Apr 2008 13:35:47 +0100 From: "Alistair Young" To: user-java@ibatis.apache.org Subject: Re: iBATIS with JTA In-Reply-To: <148629c20804080351tefef70buf38aca2abd96b0e8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <148629c20804080351tefef70buf38aca2abd96b0e8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 08/04/2008, Alistair Young wrote: > Hello all, > > I've been using iBATIS for a while quite successfully with a > transactionManager type of "JDBC" - however, I now want to use JTA and > am not having so much luck. > > [ ... snip ...] > > Can anybody help? I think I must be missing something pretty > fundamental - so apologies if this is a stupid question... > > [ ... snip ...] > Well, it turns out it was a pretty stupid question. I'd created my DataSource locally and bound it to the JNDI manually... by specifying the DataSource as a managed resource I seem to be having somewhat more success...! Cheers, Alistair.