Re: iBatis 3 and Spring integration

2010-04-05 Thread Ing . Jan Novotný
se 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: iB

Re: iBatis 3 and Spring integration

2010-04-02 Thread Viv Kapadekar
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

Re: iBatis 3 and Spring integration

2010-04-02 Thread Brian Hurley
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

Re: iBatis 3 and Spring integration

2010-04-02 Thread Viv Kapadekar
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 install 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

Re: iBatis 3 and Spring integration

2010-04-01 Thread Ing . Jan Novotný
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 i

iBatis 3 and Spring integration

2010-04-01 Thread Viv Kapadekar
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="org.springframework.orm.ibatis.SqlMapClientFactoryBean"> -Viv