I found in the log4j.properties, that the logging level is already set to
debug: 
log4j.rootCategory=DEBUG, Default, Console
log4j.category.DefaultDS=DEBUG

But nothing did appear on the console/log-file, that tells me anything from
the DB-connection, when the Connection to the DB (through an JSP) are
connected and then after some time disconnected

Maybe it would be helpful to know, where is the actual size of the pool
saved and who looks up if the maxSize is reached? 

Thanks!




On Mon, 28 Jan 2002 17:21:22 -0500 David Jencks
<[EMAIL PROTECTED]> wrote:

If you have enough debug logging enabled you will see log messages like 

checked out ManagedConnection [1/0/3] from ....

(This is from memory, only the [x/y/z] is accurate.)

Could you report what your log is showing when you get 11 connections?

Thanks
david jencks



On 2002.01.24 12:35:56 -0500 [EMAIL PROTECTED] wrote:
> I'm using JBoss 3.0.0. In the default-configuration there is the
> Hypersonic
> database "default", which I think is managed by
> JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS.
> ConnectionManagerFactoryLoaderName
>
JCA:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory
> ConnectionManagerProperties
> #
> #Wed Aug 15 16:17:29 EDT 2001
> MinSize=0
> MaxSize=3
> 
> In this MBean I found: 
> ConnectionManagerProperties 
> and there can be set the MaxSize.
> (In the actual Docu is written: MaxSize. The maximum number of managed
> connections in the pool. Requests beyond this will block
> => so I think only "MaxSize" Connections could be established to the
> database).
> 
> So I tested, whether Database-Connections will be blocked, if the number
> of
> connections equals the MaxSize-number. I set MaxSize to 3, but I could
> open
> 11 (and more...) concurrent DatabaseConnections (which wrote something to
> an
> existing table => I found the validation of this writing in the file
> /db/default.script)

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to