Hey Ben, I had the same problem, it turned out to be the transaction timeout setting. If you are running a long running set of transactions like a batch process or many small batch process then perhaps the batches are slowing down over time, this could be caused by a datasource driver problem, a memory leak the number of inserts you are doing is making the database work harder to index, a whole bunch of possible reasons. I would check the TransactionTimeout attribute in the deploy/transaction-service.xml, the default in 3.2.1 (and I'm almost sure in the others) is 300 seconds, try changing this to 600 and see if it helps.
Hope this helps, Anil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832309#3832309 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832309 ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
