...use a stereotype for their transactional observers to be able to rollback transactions on errors within the observer actually see a rollback...
Christian Beikov I'm sorry I don't understand. Could you describe your use case more thoroughly? A before completion transactional observer method is called within the context of the transaction that is about to complete. What's the point of having @Transactional(Transactional.TxType.SUPPORTS)? |