Hi, should be linked to tomcat-jdbc configuration.
Maybe start by adding the property: IgnoreDefaultValues = true It will force tomee to not add some default to the datasource configuration. *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]> > Hi, > > Today I used the latest snapshot of 1.6.0. > > 1. When my resource is as below, the active cursor count never come down to > minimum once increased even the process complete. It only come down when > i > shutdown the server. > > <Resource id="RageDataSource" type="DataSource"> > JdbcDriver oracle.jdbc.driver.OracleDriver > JdbcUrl jdbc:oracle:thin:@<ip>:5584:PLTDEV > UserName test > Password test > JtaManaged true > </Resource> > 2. But when I supply "DataSourceCreator dbcp" in datasource resource. > Active count come down to minimum once the process complete. > > Thanks, > Bibhuti > > > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/maximum-open-cursors-exceeded-in-entity-bean-tp4661896p4661940.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
