Re: Ibatis 3.0 Alpha Mono support

2009-08-06 Thread Michael McCurrey
I have not tested iBatis 3.0 on mono as of yet, but Mono support is definitely something I am shooting for. On Thu, Aug 6, 2009 at 1:11 AM, sirmak irmakser...@gmail.com wrote: Hi, Does Ibatis 3.0 Alpha supports Mono ? Cheers, -- View this message in context:

Re: Ibatis 3.0 Alpha Mono support

2009-08-06 Thread sirmak
Thank you very much Michael, Cheers, Michael McCurrey-3 wrote: I have not tested iBatis 3.0 on mono as of yet, but Mono support is definitely something I am shooting for. On Thu, Aug 6, 2009 at 1:11 AM, sirmak irmakser...@gmail.com wrote: Hi, Does Ibatis 3.0 Alpha supports Mono

Problem in DataMapper and DataAccess .NET

2009-08-06 Thread Teddy78
Hello all, Does anyone get a problem with DaoSessionHandler in .NET with use of DataMapper and DataAccess. I ve try with 1.6.1 and 1.6.2 versions (r 1.9.1 and 1.9.2) and I get the error : - The error occurred while configure DaoSessionHandler. - The error occurred in . - Check the

Re: speeding up web service using ibatis

2009-08-06 Thread Jonathan Lim
Michael, Thank you for your quick reply. A quick test of adding Max Pool Size=100;Pooling=true to the connection string did improve the performance of the open connection routine enough that it is no longer the slowest routine. Thanks again for the direction to go towards, Jonathan Michael