Posts by Felipe Moraes • 126 points
1 post
-
6
votes1
answer502
viewsA: Manage transactions in Java EE @Transactional
When you use @Transactional(Transactional.TxType.MANDATORY), obligatorily you need to be with an open transaction before calling the method if you don’t get the exception as you yourself observed.…