[jboss-user] [JBoss Seam] - Re: No active transaction?
gavin.king@jboss.com
do-not-reply at jboss.com
Fri Jun 8 02:25:58 EDT 2007
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
More information about the jboss-user
mailing list