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 Connecti
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 =
jboss.jca:service=ManagedConnectionFact