hmm,

if you can give it a try with the snapshot it could help us.

Another thing you can do is track through a proxy sql driver jdbc usage in
your app.

Otherwise maybe try to reproduce in a simpler sample your issue

*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/2 BKumar <[email protected]>

> In  tomee.xml I have set resource as below.But still no luck. Is any other
> property I am missing here? Which will stop holding cursor by the
> container.
>
> <Resource id="RageDataSource" type="DataSource">
>         JdbcDriver oracle.jdbc.driver.OracleDriver
>     JdbcUrl jdbc:oracle:thin:@<ID>:5584:PLTDEV
>     UserName test
>     Password test
>    JtaManaged true
>   DataSourceCreator = dbcp
>   PoolPreparedStatements true
>      maxOpenPreparedStatements 200
> </Resource>
>
> <Resource id="RageNoTxDataSource" type="DataSource">
>    JdbcDriver oracle.jdbc.driver.OracleDriver
>     JdbcUrl jdbc:oracle:thin:@<ID>:5584:PLTDEV
>     UserName test
>     Password test
>     JtaManaged false
>    DataSourceCreator = dbcp
>   PoolPreparedStatements true
>      maxOpenPreparedStatements 200
> </Resource>
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/maximum-open-cursors-exceeded-in-entity-bean-tp4661896p4661902.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Reply via email to