6 Replies Latest reply on Sep 11, 2008 5:56 PM by pdhaigh

    Annotation @TransactionTimeout not honoured for asynchronous method using ejb timer service

    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?


      cheers


      phil