RE: Problem with connecting

2009-09-09 Thread Odelya YomTov
Hi! It didn't help.. Is there another solution? -Original Message- From: meindert [mailto:meind...@eduflex.com] Sent: Tuesday, September 08, 2009 3:38 PM To: user-java@ibatis.apache.org Subject: RE: Problem with connecting Depends on your datasource... I'm using spring so

RE: Problem with connecting

2009-09-08 Thread meindert
Depends on your datasource... I'm using spring so it's in my spring.xml -Original Message- From: Odelya YomTov [mailto:ode...@jpost.com] Sent: 08 September 2009 02:17 PM To: user-java@ibatis.apache.org Subject: RE: Problem with connecting Hi! To which file would

RE: Problem with connecting

2009-09-08 Thread Odelya YomTov
Hi! To which file would you add it? -Original Message- From: meindert [mailto:meind...@eduflex.com] Sent: Tuesday, September 08, 2009 2:52 PM To: user-java@ibatis.apache.org Subject: RE: Problem with connecting I would add the validationQuery to the datasource, not sure if it helps in

RE: Problem with connecting

2009-09-08 Thread meindert
I would add the validationQuery to the datasource, not sure if it helps in your case though; That would validate old connections before using them. Here is my datasource setup;