JTDS and JBOSS JDBC Connection Pool Problem, any solution? Maybe a custom ValidConnectionChecker?

前端 未结 3 1363
粉色の甜心
粉色の甜心 2021-02-10 22:15

I\'m facing a weird production problem. Environment is the following:

  • JBOSS 4.0.2
  • SQL Server 2005
  • Driver JTDS 1.2.5

From time to

3条回答
  •  自闭症患者
    2021-02-10 23:02

    Connection.isValid() isn't implemented in JTDS. I found even catching the exception and forcing a complete restart of the connection didn't work.

提交回复
热议问题