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.