[jboss-user] [JBoss Seam] - Re: How to avoid transaction Timeouts for long running MDB

jfrankman do-not-reply at jboss.com
Wed Oct 17 16:17:15 EDT 2007


I found that the best way to do this was to place the @TransactionAttribute on the class instead of the method. I did not realize this annotation could work on either a method or class.


  | @Stateless
  | @Name("keybankServices")
  | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
  | public class KeyBankServicesImpl implements KeyBankServices
  | {

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

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



More information about the jboss-user mailing list