there are some timeout parameters in jboss.
for your database connection timeouts there is a parameter idle-timeout-minutes in the *-ds.xml files in the deploy directory.
also you have a transactiontimeout which is defined in conf/jboss-service.xml file it is named TransactionTimeout
so you can adjust them to appropriate values for you
Main Topics
Browse All Topics





by: ravsPosted on 2008-04-01 at 10:14:04ID: 21256029
This will probably be a parameter on the JDBC driver or Jboss connection pool settings. I am not familiar with jboss, so can't give you the exact details. I doubt it can be set programmatically.
- Ravs