http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2645 *** shadow/2645 Thu Jul 19 10:34:33 2001 --- shadow/2645.tmp.9280 Thu Jul 19 11:55:45 2001 *************** *** 35,37 **** --- 35,48 ---- default behavior was that temporary pool connections could still be created after this point, but these pool connections were released as soon as the connection was closed. + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-19 11:55 ------- + The JdbcDataSource components are designed to use a Hard Resource Limiting + policy. What this means is that I will never have more than the maximum + specified connections opened at once. This allows you to limit the number + of connections due to licensing concerns, or other design concerns. + + If a Component does not perform Connection.close(), then the connection is + never returned to the pool. I will examine the Action in question to make + sure it is managing the resource properly. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]