Tilmann Ludwig writes:
 > I'm having a problem with Connections managed on connection basis and the
 > Minerva ConnectionPool.
 > I'm using the Minerva Connevtion Pool with a Oracle DB using the Oracle Thin
 > Driver and the latest
 > JBoss 2.0 binary.
 > I want to use my classes, which are doing the DB'calls, also outside JBOSS
 > with a Connection Pool manager 
 > written by our own so i'm doing the transaction mangement on a Connection
 > basis with con.commit() and con.close() 
 > although the Connection itself is managed by the Minerva Connection Pool.
 > In this scenario, the memory consumption of JBOSS is getting higher and
 > higher doing our stress test and after a while i'm getting an exception from
 > the Oracle Database (maximum open cursor exceeded). The same beans in a
 > weblogic 5.1 are working
 > perfectly and the memory consumption is almost constant so i think my source
 > is o.k.
 > Is it possible, that JBOSS 2.0 is having a problem with this Scenario,
 > propably not releasing some resources? 

Not sure on this, but I believe that Connection.commit and
Connection.close are ignored. Is there a limit on the size of the
connection pool?

Tom


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to