[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection Pool Question JBoss 4.2.x
PeterJ
do-not-reply at jboss.com
Fri Dec 19 14:32:43 EST 2008
The connection pool mbean is generated automatically when the *-ds.xml file is parsed, so you might be better off modifying the existing one than trying to wrap or replace it. I think that the connection pool manager is in the source at connector/src/main/org\jboss/resource/connectionmanager/InternalManagedConnectionPool.java (this is a guess, the actual connector is hidden behind an interface - see the poolingStrategy field in the JBossManagedConnectionPool class in the same directory.
Alternately, you could turn on TRACE level logging for the InternalManagedConnectionPool class, it seems to do some logging regarding connection requests at that level.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197728#4197728
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197728
More information about the jboss-user
mailing list