Connection leak problem with OJB RC3 on Weblogic 7.0 SP2

2003-08-14 Thread Bona, Peter (MED, TCS)
Hi, I have got a problem with using OJB RC3 on Weblogic 7.0 SP2. In the Weblogic there's a connection pool and datasource set up. The OJB is connecting to the database via this JNDI Datasource. No matter which ConnectionFactoryClass I set in the OJB.properties, I always get a connection leak erro

RE: Connection leak problem with OJB RC3 on Weblogic 7.0 SP2

2003-08-14 Thread Bona, Peter (MED, TCS)
Thanks Alexander, it seems that was indeed the problem. -Original Message- From: Alexander Prozor [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 2:15 PM To: OJB Users List Subject: Re: Connection leak problem with OJB RC3 on Weblogic 7.0 SP2 :) OJB turorial is not a best so

RE: Connection leak problem with OJB RC3 on Weblogic 7.0 SP2

2003-08-14 Thread Bona, Peter (MED, TCS)
Nope, actually I don't call the broker.close() method. Is it necessary? The example code didn't do that either and the JavaDoc says about the close() method: "Close this PersistenceBroker so that no further requests may be made on it. A PersistenceBroker instance can be used only until it is closed