Yes.  In org.jboss.jdbc.XADataSourceLoader, the constructor has
three lines commented out.  Put those lines back in, and it will tell you
every time a connection is checked out or returned to the pool.  All the
connections will stay "open" (in the pool or used) until jBoss shuts down
unless you change some of the default settings (like turning shrinking
on).  Note that you must call close() on the connection Minerva gives you
to return it to the pool - but it isn't *really* closed, just returned to
the pool.

Aaron

On Sat, 8 Jul 2000, Jeremy Clymer wrote:
> I am trying to figure out why minerva is not releasing my database
> connections.  Is there a way to turn on logging to see when objects are
> passed out and returned to the pool?
> 
> Thanks,
> 
> Jeremy
> 



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

Reply via email to