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

2002-03-19 Thread Ruwei Hu
with bad connection. Randy - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 5:55 PM Subject: Re: [JBoss-user] Dead JDBC Connection in JBoss Pool > I believe the problem is in the j

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

2002-03-18 Thread David Jencks
I believe the problem is in the jca jdbc wrappers, not the ConnectionManager or ConnectionEventListener implementations. The current code in 3.0 appears to not call ConnectionErrorOccurred no matter what SQLException is thrown. My opinion is that the wrapper should be driver specific and know wh

[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