RE: data-source connection keeps closing

2003-11-06 Thread Geert Van Landeghem
David, hope this helps: data-sources data-source type=com.mysql.jdbc.jdbc2.optional.MysqlDataSource set-property property=autoCommit value=true/ set-property property=description value=MySql Data Source/ set-property property=driverClass

Re: data-source connection keeps closing

2003-11-06 Thread Alvaro
Hi David, try to change the connection URL to: jdbc:mysql://localhost/semantic?autoReconnect=true Bye, Alvaro. David Parry wrote: Subject: data-source connection keeps closing From: David Parry [EMAIL