0 Replies Latest reply on Jan 6, 2006 8:23 AM by sarbogast

    Application-level transaction timeout configuration

    sarbogast

      I'm trying to deploy a Spring/Hibernate-based enterprise application on a JBoss 4.0.1 installation. The problem I have is that one of my business methods processing time is too log (a few tens of minutes), and then I have plenty of Transaction timeouts in Jboss log, eg :


      2006-01-06 10:02:00,064 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=lxbrgd02/2214164, BranchQual=, localId=2214164] timed out. status=STATUS_ACTIVE


      So I guess the best way to solve that issue is to increase the default transaction timeout but the administrator of my company's server is reluctant to update jboss-service.xml accordingly because it would affect all the deployed applications.

      So my question is : is there a way to override transactionTimeout parameter at application-level ?