Re: ibatis can use proxool connection pool?

2009-03-25 Thread Nicholoz Koka Kiknadze
I think you can use any DataSource (including ProxoolDataSource). Just use full class name in your transactionManager's dataSource element and IMO it should work. On Mon, Mar 23, 2009 at 3:39 AM, Mike.G hyli...@gmail.com wrote: Hi, everyone, ibatis can use proxool connection pool? how?

Re: ibatis can use proxool connection pool?

2009-03-25 Thread Mike.G
Hi, thanks for you response. could you give some example configurations? thanks Mike.G 2009/3/25 Nicholoz Koka Kiknadze kikna...@gmail.com: I think you can use any DataSource (including ProxoolDataSource). Just use full class name in your transactionManager's  dataSource element and IMO it

Re: ibatis can use proxool connection pool?

2009-03-25 Thread Nicholoz Koka Kiknadze
Sorry, I have not used iBatis without spring for ages. As for Spring/iBatis I just checked replacing my datasource in applicationContext.xml with bean id=dataSource class=org.logicalcobwebs.proxool.ProxoolDataSource destroy-method=close property