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.
