[jboss-user] [Persistence] - Re: Problem by loading huge data to the MSSQL Database

lafr do-not-reply at jboss.com
Sun Sep 27 16:56:15 EDT 2009


You get an transaction timeout after the default duration of 5 minutes.
You can change the default value of the transaction manger by changing the xml config file or you can specify other timeouts by using the following annotation:
    @TransactionTimeout(value = 3600).

You'll have to define this at the business method which starts the transaction implicitly.


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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257226



More information about the jboss-user mailing list