Re: [appfuse-user] How to deal with potential stale connections in pool?

2007-10-11 Thread Richard Paul
Somewhat related, if I have the application running, then restart MySQL server I get the same problem on the first request. Still haven't worked out what is going wrong though. Richard Paul wrote: > > Adding autoReconnect=true to the jdbc.url doesn't seem to have helped, t

Re: [appfuse-user] How to deal with potential stale connections in pool?

2007-10-07 Thread Richard Paul
w, I'll let you know how I get on. > > mysql > mysql-connector-java > 5.0.5 > com.mysql.jdbc.Driver > > > > mraible wrote: >> >> AppFuse 2.0 uses MySQL version 5.0.5, which is the most recent on in >> Maven's repository. >> >>

Re: [appfuse-user] How to deal with potential stale connections in pool?

2007-09-26 Thread Richard Paul
connector-java 5.0.5 com.mysql.jdbc.Driver mraible wrote: > > AppFuse 2.0 uses MySQL version 5.0.5, which is the most recent on in > Maven's repository. > > http://mvnrepository.com/artifact/mysql/mysql-connector-java > > Matt > > On 9/25/07, Richard Paul <[

Re: [appfuse-user] How to deal with potential stale connections in pool?

2007-09-25 Thread Richard Paul
to recent versions of the MySQL > Driver - maybe you're using an older driver? > > Matt > > On 9/23/07, Richard Paul <[EMAIL PROTECTED]> wrote: >> >> I'm having a similar problem with Appfuse 2.0-final. After a night of >> inactivity the following excep

Re: [appfuse-user] How to deal with potential stale connections in pool?

2007-09-23 Thread Richard Paul
I'm having a similar problem with Appfuse 2.0-final. After a night of inactivity the following exception is thrown the first time a user attempts to use the application. Subsequent requests work as normal. The DBCP setup is the default provided by Appfuse and the MySql (5.0.26) install hasn't b