I’m using xapool (org.enhydra.jdbc.pool.StandardXAPoolDataSource) with Spring and JPA and I’m getting connection timed out errors. I found the “checkLevelObject” setting, but it doesn’t seem to have helped. Should that have fixed it? Are there other setting that I could use to test the connections and have them replaced without impacting the application?
I’m using xapool (org.enhydra.jdbc.pool.StandardXAPoolDataSource) with Spring and JPA and I’m getting connection timed out
Share
I found out that xapool is a dead project. It is at 1.6beta and hasn’t been updated since Dec 2006. I switched my pool to C3P0 and everything works properly now.