[JBoss-user] Problem with Connection Pool

2003-05-29 Thread joel . goodling
Hi All, We are running JBoss 3.2.1 with Tomcat and experiencing a strange problem: Our ManagedConnectionPool parameters are configured as follows: MaxSize = 20 MinSize = 0 IdleTimeoutMinutes = 15 BlockingTimeoutMillis = 5000 ManagedConnectionFactoryName =

Re: [JBoss-user] Problem with Connection Pool

2003-05-29 Thread David Jencks
ConnectionCount = ConnectionCreatedCount - ConnectionDestroyedCount and includes both idle and in-use connections. It should be = MaxSize. ConnectionAvailableCount is the number of idle connections in the pool available to be handed out. When it gets to 0, you are apt to get No Managed