0 Replies Latest reply on Apr 23, 2002 4:33 AM by eddier

    Rollback on any application exception

    eddier

      In a transactional scope, I call a method which throws an application exception "MyException" (extends Exception), I catch it and handle it, without throwing an exception outside the transaction scope.
      What happens is, that the transaction is rolled back, even it should not.
      Is anybody has an idea?