[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting transaction timeout in JBoss 5.0.1.GA

2009-04-15 Thread prasanthreddy
Thanks for the link. Seems like the reaperTimeout is the sleep time for the reaper itself. com.arjuna.ats.arjuna.coordinator.defaultTimeout seems to be the maximum time a transaction can take before getting rolled back by the reaper. I tried setting the defaultTimeout but didn't see like it

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting transaction timeout in JBoss 5.0.1.GA

2009-04-14 Thread prasanthreddy
Please ignore the above post. The file I modified is jboss-4.0.5.GA/server/default/conf/jboss-service.xml | mbean code=org.jboss.tm.TransactionManagerService | name=jboss:service=TransactionManager | xmbean-dd=resource:xmdesc/TransactionManagerService-xmbean.xml |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting transaction timeout in JBoss 5.0.1.GA

2009-04-14 Thread PeterJ
In 5.0.x (and 4.2.x), transactions are configured in the server/xxx/conf/jbossjta-properties.xml file. I think the txReaperTimeout is what you are looking for. Here are the docs: