3 Replies Latest reply on Oct 31, 2002 6:21 AM by abuehler

    Container-managed Transaction Demarcation

    franktv

      Pardon the newbie question ... but can someone clarify something for me?

      Using "container-managed transaction demarcation" within any bean-type (session or entity), what triggers a rollback of the transaction in JBoss? I am assuming that any "exception" within a transactional-aware method on a bean will trigger a rollback ... am I right in this assumption? Given that logic, can a rollback be forced by programatically throwing any exception in the bean's method? Thanks for any feedback!

      - Frank