Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 74176 invoked from network); 4 Jan 2006 21:27:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jan 2006 21:27:40 -0000 Received: (qmail 68271 invoked by uid 500); 4 Jan 2006 21:27:40 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 68149 invoked by uid 500); 4 Jan 2006 21:27:39 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 68138 invoked by uid 99); 4 Jan 2006 21:27:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 13:27:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mike.schall@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO zproxy.gmail.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2006 13:27:38 -0800 Received: by zproxy.gmail.com with SMTP id x7so2864280nzc for ; Wed, 04 Jan 2006 13:27:27 -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=mnQr4KWjrQiPOX579FY4KxdzDT6ex48rht+6QArniU7pTId18ZlVGFlBvMYpC9W4DFB3ySYaYe/kHnhBvsgdaTB65FUEbyOtnr3I8oMyxAE8UE0IAbHwRb/eKTdseVxGlNy7NMdLSWZQggzLffiYSXTG6L6vBdfMpr3fMspPO0w= Received: by 10.37.20.49 with SMTP id x49mr6016838nzi; Wed, 04 Jan 2006 13:27:27 -0800 (PST) Received: by 10.36.158.9 with HTTP; Wed, 4 Jan 2006 13:27:26 -0800 (PST) Message-ID: <5f9068320601041327t3ecc09b7r479420e01f8debcd@mail.gmail.com> Date: Wed, 4 Jan 2006 15:27:26 -0600 From: Michael Schall To: user-cs@ibatis.apache.org Subject: Re: Nested / Multiple Transactions open on same thread? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5f9068320601040911t7e322023ydb4fa8073f1bc09c@mail.gmail.com> <5f9068320601040939u1e74a7f5pb6bb6be6e72077e9@mail.gmail.com> <5f9068320601041044w29546827y279c14ea4d64ff1@mail.gmail.com> <5f9068320601041137h251e3f79n2f725cc0e7919486@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sounds good... Just wanted to make sure we were on the same page. I will try the latest code. Ideas on how close you are to release? I won't be able to try this till next week. Thanks for your help. Mike On 1/4/06, Gilles Bayon wrote: > ThreadStatic is no more use. > A source change before the IBATISNET-128 issue have modify how the > SqlMapSession is holded. > The class SessionHolder.cs have been replace the use of ISessionContainer= . > > On 1/4/06, Michael Schall wrote: > > I was looking over the change log to see what else I would be > > upgrading and have a question? > > > > Are you referring to IBATISNET-128? > > > > I submitted a patch for that bug and have it in my current build. > > > > My issue is having multiple transactions on the SAME thread. > > > > If another fix is in 1.3 for my issue, can you point me to the key? > > > > Thanks > > Mike > > >