bq. ...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 but I don't understand. Could you describe your use case more thoroughly? A before completion transactional observer method is always called within the context of the transaction that is about to complete. What's the point of having a transactional observer method annotated with {{@Transactional(Transactional.TxType.SUPPORTS)}}? |
|