2 Replies Latest reply on Jul 14, 2006 3:12 AM by michalzel

    exception while processing @Timeout method

    michalzel

      Hello!

      I have got method annotated by @Timeout in my @Stateless bean. Method is called once a day and performs some activites. When these are done, just before method exits, new timer event is prepared. Unfortunatelly, when EJBException (or other) is thrown during processing, timer event is not created, although It's being made in finally block.
      I would like to have certainty that timer event is created though. How can this be achieved? I am using JBoss4.0.3SP1 with EJB3 RC3.