0 Replies Latest reply on Sep 23, 2012 9:44 PM by davisonri_k12

    Event to observe beforeTransactionCommit

    davisonri_k12

      Is there an equivalent of beforeTransactionCompletion event in Seam 3 ?

       

      Basically my requirement is that i need to send out an email but only if the transaction is ready to commit. In seam 2 I did this by observing the above mentioned event. is there a way to accomplish the same thing in SEAM 3/ CDI ? I am using conversation scoped persistence context using seam 3 persistence module.