1 Reply Latest reply on Dec 21, 2001 6:18 AM by pboddie

    Transaction question on EJB

    alpha.d

      I know, if a system exception(i.e. EJBException) is thrown in an EJB method, the container will automatically roll back the transaction.

      My question is:
      I have a user-defined exception which derives from EJBException. Will the container roll back my transaction automatically when the exception is thrown?

      Thanks in advance.