Re: [JBoss-user] Dead JDBC Connection in JBoss Pool

2002-03-19 Thread Ruwei Hu
exception means the connection is dead, or perhaps simply an > invalid sql statement was executed. What do you think? > > david jencks > > On 2002.03.18 16:33:15 -0500 Ruwei Hu wrote: > > In my concurrent stress tests, I noticed dead connections are not cleaned > > p

[JBoss-user] Dead JDBC Connection in JBoss Pool

2002-03-18 Thread Ruwei Hu
In my concurrent stress tests, I noticed dead connections are not cleaned properly. Brief searching in the JBoss mail list archieve shows similar experience from other users. I am using JBoss 2.4.1 with the ConnectionFactoryLoader and InvalidateOnError set to true. Is the issue get fixed in later