Well, I'm not sure this discussion really belongs in the Seam forum, but if all 
the work *really* needs to take place in one transaction, there is usually a 
programmatic way to set the transaction timeout for the current transaction. 
For example: UserTransaction.setTransactionTimeout().

Otherwise, span the work across multiple transactions.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052396#4052396

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052396
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to