RE: connection pool for production

2007-04-14 Thread Zsolt Koppany
Jeff, thank you but we have problems with WebSphere connection pool and I would like to use the same pool implementation under TC & WS. Is the ibatis pool not recommended for production use? Zsolt _ From: Jeff Butler [mailto:[EMAIL PROTECTED] Sent: Saturday, April 14, 2007 10:5

Re: connection pool for production

2007-04-14 Thread Jeff Butler
I recommend using a JNDI datasource. It works on both platforms and then you'll use the WebSphere native connection pool in production. Jeff Butler On 4/14/07, Zsolt Koppany <[EMAIL PROTECTED]> wrote: Hi, we are using ibatis-2.1.7.597 currently with tomcat-5.5.20's database connection pool.

connection pool for production

2007-04-14 Thread Zsolt Koppany
Hi, we are using ibatis-2.1.7.597 currently with tomcat-5.5.20's database connection pool. Because we need to run also with websphere (thus we must running without tomcat) I would like to use either dbcp or ibatis's connection pool. What is your recommendation? Is the ibatis database pool OK for

Re: GroupBy + Discriminator + Polymorphism

2007-04-14 Thread Daniel Carleton
List, Ok, I created a JIRA ticket for this issue. If anyone else has run into it, you can vote below. https://issues.apache.org/jira/browse/IBATIS-420 - Daniel