Hi I want to do some work on transaction completion but not sure how to intercept transaction event (something like javax.transaction.Synchronization)
I am using org.apache.deltaspike.jpa.impl.transaction.ResourceLocalTransactionStrategy I was thinking of extending it and overwriting some of its methods but I am not sure which one is actually is executed before/after commit and rollback and if it is even appropriate to to it there I would greatly appreciate if you could suggest a pure CDI (ideally) or deltaspike specific solution Thank you alex
