Marten Lehmann wrote: > to test dbcp's stacktrace functionality, I didn't close the databases > connection after use. But although I set the abondedTimeout to 60, the > connections are never returned, they are still open and I don't see a > stacktrace, too.
You only get stack traces when you ultimaltly run out of connections, if I remember well. Perhaps you should set max connextions attribute to a low, test-only value to verify the correct behaviour.
Regards,
-Florian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
