| The transactional interceptor from the JTA specifciation that is applied by annotating javax.transaction.Transactional on the observer method. I know it's caught and logged which is why I annotated the transactional annotation to get a rollback in case of an exception. |