Re: mysql issue...

2008-12-24 Thread Kai Grabfelder
sorry for the multiple answers. looks like google mail is somehow filtering the e-mails I'm sending to the list so that they don't appear in my inbox ;-( Regards Kai --- Original Nachricht --- Absender: pady Datum: 21.12.2008 19:59 > > Hi, > > ibatis 2.3 > mysql 5.0.29 > mysql-connector 5.0.4

Re: mysql issue...

2008-12-24 Thread Kai Grabfelder
Hi, this is kind of a mysql "feature". Connections that are not used for some time are automatically closed. If you are using spring you can workaround this with the following datasource configuration: Regards Kai --- Original Nachricht --- Absender: pady Datum: 21.1

Re: mysql issue...

2008-12-23 Thread Kai Grabfelder
Hi, this is kind of a mysql "feature". Connections that are not used for some time are automatically closed. If you are using spring you can workaround this with the following datasource configuration: Regards Kai --- Original Nachricht --- Absender: pady Datum: 21.

Re: mysql issue...

2008-12-21 Thread Kai Grabfelder
Hi, this is kind of a mysql "feature". Connections that are not used for some time are automatically closed. If you are using spring you can workaround this with the following datasource configuration: Regards Kai --- Original Nachricht --- Absender: pady Datum: 21.12

mysql issue...

2008-12-21 Thread pady
Hi, ibatis 2.3 mysql 5.0.29 mysql-connector 5.0.4 After a few hours of my web app being idle, when I try to connect I get this exception, when i try to connect through ibatis: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Connection.close() has already been called. Invalid o