Hi, I am using JBoss 3.2.6. I have configured an Oracle datasource such that it never times out the connections:
anonymous wrote : <min-pool-size>0</min-pool-size> | <max-pool-size>50</max-pool-size> | <blocking-timeout-millis>5000</blocking-timeout-millis> | <idle-timeout-minutes>0</idle-timeout-minutes> I also enabled TRACE level for the connectionmanager. It appears that JBoss is removing connections: anonymous wrote : 2005-01-12 10:27:09,188 TRACE [org.jboss.resource.connectionmanager.JBossManagedCon | nectionPool] Destroying timedout connection org.jboss.resource.connectionmanager.Tx | [EMAIL PROTECTED] mc=org.jboss.reso | [EMAIL PROTECTED] handles=0 lastUse=110554692 | 9168 permit=false trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossMan | [EMAIL PROTECTED] context=org.jboss.resource.connectionmana | [EMAIL PROTECTED] | I'm not sure why this is happening. I thought the idle-timeout set to 0 would cause them to never be timed out. Am I reading the TRACE message wrong? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861786#3861786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861786 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
