Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 84540 invoked from network); 6 Apr 2010 03:24:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Apr 2010 03:24:29 -0000 Received: (qmail 43793 invoked by uid 500); 6 Apr 2010 03:24:29 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 43771 invoked by uid 500); 6 Apr 2010 03:24:29 -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 43764 invoked by uid 99); 6 Apr 2010 03:24:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 03:24:28 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of novotnaci@gmail.com designates 209.85.218.215 as permitted sender) Received: from [209.85.218.215] (HELO mail-bw0-f215.google.com) (209.85.218.215) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 03:24:23 +0000 Received: by bwz7 with SMTP id 7so1337644bwz.16 for ; Mon, 05 Apr 2010 20:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=0sYrg5FY5VVRL+iN9KJEu1wNBVAo+M7ndjfmM5cbdG8=; b=AzSjD59qI9p92lPexUCYShUhkBF9uR7g2YclSheJRiaktCZ0cXFJisAy0Sbslv1ygm msYhj1GrMi5XcmU+0ILaz0DJpeGGew3YLCLJERmb59xloGXJTTeO8NIBHKFnzNbg/k1d peyupRsBjItXwJn+UTjSm33FSJIcEV6PNnw4g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NvI5uf/mDssgM+/IEEdvA1nviWMQNn5U717ATR/KJ2TDDbogQrIwcgOq8jbWCLu70K U1BE3IQpxw9U0eiQww+yS8FzSQWF6g5F+iB7NYQDiYQz79u5WeTCb2VYLFVRhF3WtkV2 t8MY43hLg36mXRbx/oC8fx8T8twrL2PnIHFCg= MIME-Version: 1.0 Received: by 10.204.73.81 with HTTP; Mon, 5 Apr 2010 20:24:01 -0700 (PDT) In-Reply-To: References: <5497B5B4-6F9D-46A0-A98A-24655D8A5E1F@peoplepowerco.com> <4BB6AE83.4010309@gmail.com> Date: Tue, 6 Apr 2010 05:24:01 +0200 Received: by 10.204.140.212 with SMTP id j20mr7475158bku.119.1270524241955; Mon, 05 Apr 2010 20:24:01 -0700 (PDT) Message-ID: Subject: Re: iBatis 3 and Spring integration From: =?UTF-8?Q?Ing=2E_Jan_Novotn=C3=BD?= To: user-java@ibatis.apache.org Content-Type: multipart/alternative; boundary=0015174c0fd01ecc9b048388fabe --0015174c0fd01ecc9b048388fabe Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, I don't know which jar you have in mind. As far as I know you don't need to install any jar in local repo - everything should be possible to download from remote repositories (including iBatis jar). Integration part with Spring seems stable to me - I didn't noticed any problem while writing the prototype, though there is some complaint at the end of the Spring integration issue ( http://jira.springframework.org/browse/SPR-5991). I would propose rigorous testing, but I don't see any major issue with production usage right now. Spring part is just a thin iBatis shell, so there are not many places what they could make wrong. Jan 2010/4/3 Viv Kapadekar > Thanks. How stable is this proposed implementation of iBatis 3 support i= n > Spring (http://github.com/novoj/iBatisWorkShop and > http://jira.springframework.org/browse/SPR-5991 ) ? Is it safe to use in > production? > > --Viv > > On Apr 2, 2010, at 7:57 PM, Brian Hurley wrote: > > Last I heard on Spring 3.1 which was from some blog post was that it was > going to be late summer or early fall. > > > > -------- Original Message -------- > Subject: Re: iBatis 3 and Spring integration > From: Viv Kapadekar > To: user-java@ibatis.apache.org > Date: 04/02/2010 13:22 > > Thanks Jan. I have downloaded iBatisWorkshop and build it. Is there a > direct Maven repo URL for download of the jar? Or I have to manually inst= all > it in my local repo? > > > BTW, does anyone have any idea of the timeline for Spring 3.1 release? > > > Thanks > > > --Viv > > > On Apr 1, 2010, at 10:19 PM, Ing. Jan Novotn=C3=BD wrote: > > > Yes, there is. You can download it from: > http://github.com/novoj/iBatisWorkShop > > There is a copy of proposed Spring 3.1 integration acquired from isue: > http://jira.springframework.org/browse/SPR-5991 > > All tests in the suite works well with Spring. > > > Jan. > > > 2010/4/2 Viv Kapadekar mailto:vivek@peoplepowerco.com >> > > > Hi > > > Does anyone have an example of iBatis 3 integration with Spring > > 3.0. With iBatis 2.X the spring conflig file was like this: > > > > class=3D"org.springframework.orm.ibatis.SqlMapClientFactoryBean"> > > > > > > > > > -Viv > > > > > > -- > > -------------------------------------------------------------- > > Ing. Jan Novotn=C3=BD > > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ > > http://blog.novoj.net > > My=C5=A1lenky dne otce Fura > > -------------------------------------------------------------- > > > --------------------------------------------------------------- > > Viv Kapadekar > > vivek@peoplepowerco.com > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > For additional commands, e-mail: user-java-help@ibatis.apache.org > > > --------------------------------------------------------------- > Viv Kapadekar > vivek@peoplepowerco.com > > --=20 -------------------------------------------------------------- Ing. Jan Novotn=C3=BD @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ http://blog.novoj.net My=C5=A1lenky dne otce Fura -------------------------------------------------------------- --0015174c0fd01ecc9b048388fabe Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, I don't know which jar you have in mind. As far as I know you do= n't need to install any jar in local repo - everything should be possib= le to download from remote repositories (including iBatis jar).

Integration part with Spring seems stable to me - I didn't n= oticed any problem while writing the prototype, though there is some compla= int at the end of the Spring integration issue (http://jira.springframew= ork.org/browse/SPR-5991). I would propose rigorous testing, but I don&#= 39;t see any major issue with production usage right now. Spring part is ju= st a thin iBatis shell, so there are not many places what they could make w= rong.

Jan

2010/4/3 Viv Kapa= dekar <vive= k@peoplepowerco.com>
Thanks. =C2=A0How stable is this propos= ed implementation of iBatis 3 support in Spring (http://github.com/novoj/iBatisWo= rkShop and=C2=A0http://jira.springframework.org/browse/SPR-5991= =C2=A0) ? Is it safe to use in production?

--Viv

On Apr 2, 2010, at 7:57 PM, Brian H= urley wrote:

Last I heard on Spring= 3.1 which was from some blog post was that it was going to be late summer = or early fall.



-------- Original Message =C2=A0--------
Subject: Re: iBatis= 3 and Spring integration
From: Viv Kapadekar <vivek@peoplepowerco.com>
T= o: user-ja= va@ibatis.apache.org
Date: 04/02/2010 13:22
Thanks Jan. I have down= loaded iBatisWorkshop and build it. Is there a direct Maven repo URL for do= wnload of the jar? Or I have to manually install it in my local repo?

BTW, does anyone have any idea of the timeline for Spring 3.1 releas= e?

Thanks

--Viv

On Apr 1, 2010, at 10:19 PM, Ing. Jan Novo= tn=C3=BD wrote:

Yes, there is. You can download it from: <= a href=3D"http://github.com/novoj/iBatisWorkShop" target=3D"_blank">http://= github.com/novoj/iBatisWorkShop
There is a copy of proposed Spring 3.1 integration acquired from isue: <= a href=3D"http://jira.springframework.org/browse/SPR-5991" target=3D"_blank= ">http://jira.springframework.org/browse/SPR-5991
All tests in the suite works well with Spring.

Jan.

2010/= 4/2 Viv Kapadekar <vivek@peoplepowerco.com <mailto:vivek@peoplepowerco.com>>

=C2=A0=C2=A0=C2=A0Hi

=C2=A0=C2=A0=C2=A0Does anyone have an example of iBatis 3 integrati= on with Spring
=C2=A0=C2=A0=C2=A03.0. With iBatis 2.X the spring conflig file was like th= is:

=C2=A0=C2=A0=C2=A0<bean id=3D"sqlMapClient"<= br>
=C2=A0=C2=A0=C2=A0class=3D"org.springframework.orm.ibatis.SqlMapCl= ientFactoryBean">
=C2=A0=C2=A0=C2=A0<property name=3D"dataSource" ref=3D"d= bcpDataSource"/>
=C2=A0=C2=A0=C2=A0<property name=3D"= ;configLocation" value=3D"classpath:sqlmap-config.xml"/><= br>
=C2=A0=C2=A0=C2=A0</bean>

=C2=A0=C2=A0=C2=A0-Viv




--
-------------------------------------------------= -------------
Ing. Jan Novotn=C3=BD
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= @@@@@@@@@@@@@
htt= p://blog.novoj.net
My=C5=A1lenky dne otce Fura
--------------------------------------= ------------------------

-------------------------------------------------------= --------
Viv Kapadekar
vivek@peoplepowerco.com <mailto:vivek@peoplepowerco.com>



------------------------= ---------------------------------------------
To unsubscribe, e-mail: = user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org


---------------------------------------------------------------




--
-------------------------------------------------------= -------
Ing. Jan Novotn=C3=BD
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= @@@@@@@@@@@@@@@@@@@@@@@
http://blog.novoj.net
My=C5=A1lenk= y dne otce Fura
--------------------------------------------------------= ------
--0015174c0fd01ecc9b048388fabe--