3 Replies Latest reply on Jul 18, 2008 6:53 AM by pdhaigh

    Annotation @TransactionTimeout not honoured for asynchronous

    pdhaigh

      Hi,

      I have found that if I have method that requires a longer transaction timeout, I can use

      @TransactionTimeout(1500)


      Unless the method is scheduled using the EJB timer service:

      <async:timer-service-dispatcher/>


      , in which instance the timout modifier appears to simply be ignored.

      Is this a known limitation? I am using Seam.

      I posted this on the Seam forum, and was referrered here. (posting on seam forum http://www.seamframework.org/Community/AnnotationTransactionTimeoutNotHonouredForAsynchronousMethodUsingEjbTimerService)

      cheers

      phil