[jboss-user] [JBoss Seam] - Re: Transaction TimeOut and Stateful Session Bean

rodrigotico do-not-reply at jboss.com
Wed Jan 16 06:46:11 EST 2008


Hi Dreuzel,

I tried to set the transaction timeout for this function separately, but I didn't got success. 

I used the annotation below at the import function and the timeout still keeping the default of 300 seconds:


  | @TransactionTimeout(value=10000000)
  | public String importFromFile() {
  | ...
  | }
  | 

How can I set the transaction timeout for a specific function or SFSB?

Thanks

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

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



More information about the jboss-user mailing list