Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 33802 invoked from network); 21 Aug 2008 20:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2008 20:32:28 -0000 Received: (qmail 21624 invoked by uid 500); 21 Aug 2008 20:32:25 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 21606 invoked by uid 500); 21 Aug 2008 20:32:25 -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 21595 invoked by uid 99); 21 Aug 2008 20:32:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 13:32:25 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fatboysuns@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 20:31:28 +0000 Received: by ug-out-1314.google.com with SMTP id k3so115247ugf.1 for ; Thu, 21 Aug 2008 13:31:46 -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:references; bh=tKjK7s4Ts41SUhvwyNkf6IuZJ/YdqlPMgmECBz/FRtI=; b=RZF1o5PC0XIUwVh6hspZWqHRgGi42v2BtgbpiIvit7SXBXvrjuY6tpvZ4ujLK6Fk6L 8c4mz9+7pWqxIeVYeeAbANArs0dphUD/bypUhzfE5HtyDtQwNHRku6aybv/4Nbwaut3O o51jwhEgki4/+ucCoyqjU/5Dm5U3U/JRXpL04= 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:references; b=L9B7mCqInWprcgBinmtIdD7TvKeg6UTuzyU/SvH3N5f3nGBlvFH+o+PPN/P+DT0lNS ommxvpk1PqoXtGndZ4+SGZ2aUZrst7D46houFrTMMPN2AmfU2Bl8pfGJkHb7v4gFcjiK egfR31hV2niOM5fi98V0aUdqf4zCd/+dA8HKU= Received: by 10.66.236.13 with SMTP id j13mr1837254ugh.7.1219350706409; Thu, 21 Aug 2008 13:31:46 -0700 (PDT) Received: by 10.67.87.5 with HTTP; Thu, 21 Aug 2008 13:31:46 -0700 (PDT) Message-ID: Date: Thu, 21 Aug 2008 13:31:46 -0700 From: "Sundar Sankar" To: user-java@ibatis.apache.org Subject: Re: Spring with IBatis and Transaction Manager Helps. In-Reply-To: <631123700808211310wf8bdb95j8f03dbe9a83f982c@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_48588_14354884.1219350706397" References: <631123700808211310wf8bdb95j8f03dbe9a83f982c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_48588_14354884.1219350706397 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Did you go through the Spring reference pdf. They have these explained. Even google would direct you the HTML chapter of the PDF. On Thu, Aug 21, 2008 at 1:10 PM, bala r wrote: > Hi, > > I have to implement TransacationManager in my module using Spring with > Ibatis. > > Here is my requirments. > > TransacationProcessor - > --Open Transacation > --Call LoopProcessor(process multiple files ) > --- Call DatabaseProcessor > -- Call SQLMqpClient Insert/update/delete. > -- Call OtherProcessor do Work. > --All Success then Committransaction. > -- If fails rollbackTransacation. > --End Transaction. > > Any documents for handling Spring and Ibaris or any examples i can get from > any source? > I tried google Spring with Ibatis transaction but couldnt find any much > information. > > Thanks > bala. > ------=_Part_48588_14354884.1219350706397 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Did you go through the Spring reference pdf. They have these explained. Even google would direct you the HTML chapter of the PDF.

On Thu, Aug 21, 2008 at 1:10 PM, bala r <balar4u@gmail.com> wrote:
Hi,

I have to implement TransacationManager in my module using Spring with Ibatis.

Here is my requirments.

TransacationProcessor  -
  --Open Transacation
  --Call LoopProcessor(process multiple files )
           --- Call DatabaseProcessor
                      -- Call SQLMqpClient Insert/update/delete.
           -- Call OtherProcessor do Work.
  --All Success then Committransaction.
  -- If fails rollbackTransacation.
  --End Transaction.

Any documents for handling Spring and Ibaris or any examples i can get from any source?
I tried google Spring with Ibatis transaction but couldnt find any much information.

Thanks
bala.

------=_Part_48588_14354884.1219350706397--