I have a situation in which something needs to occur before a transaction is committed, but I cannot invoke this everywhere tx.commit() eventually gets called. Is there a way to configure a listener within
JBoss such that it is notified before a transaction is committed (or at least before tx.commit() actually does the commit)?
Our application is using JBoss 4.0.1sp1.
Thanks,
Kelly