so that's typically an issue with tomcat-jdbc, maybe ask tomcat expert if they encountered it or play with tomcat-jdbc configuration ( http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html for the list of properties)
btw did you define a validation query + validation interval? *Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/4/3 BKumar <[email protected]> > When I add "IgnoreDefaultValues = true" and remove "DataSourceCreator > dbcp", > the cursor count in Database never comedown until I stop the never. > > When I use "IgnoreDefaultValues = true" with "DataSourceCreator dbcp" , > then active count come down process complete. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/maximum-open-cursors-exceeded-in-entity-bean-tp4661896p4661944.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
