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 : anonymous wrote : | 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 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916084#3916084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916084 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
