Hi, I'm writing a simple app with Deltaspike JPA, Hibernate and Weld targeting Tomcat 8 which is working well. I need to setup an Event that is @Observes(during = TransactionPhase.AFTER_SUCCESS) but the event is being received when it's fired rather than when the transaction commits. Is there a way to set this up without going with a full J2EE container?
Cheers, Dave.
