3 Replies Latest reply on Apr 25, 2007 10:52 AM by alrubinger

    @ApplicationException(rollback=true) in Inheritance

    alrubinger

      Assuming I have:

      @ApplicationException(rollback=true)
      public class MyException extends RuntimeException


      and

      public class MySpecialException extends MyException


      ...should I expect MySpecialException to rollback the transaction when encountered? Or does it also need its own annotation?

      S,
      ALR