JBoss Community

Re: Method level transaction timeout in AS 6.0

created by Vladimir Blagojevic in EJB3 - View the full discussion

I annotated public interface method of SLSB with:

 

@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)

@TransactionTimeout(1200)

 

yet tx manager rolls back tx after default timeout. What I am missing?

Reply to this message by going to Community

Start a new discussion in EJB3 at Community