Correction: default TxType: REQUIRED!
  REQUIRED 
<https://docs.oracle.com/javaee/7/api/javax/transaction/Transactional.TxType.html#REQUIRED>
  If called outside a transaction context, the interceptor must begin a new JTA 
transaction, the managed bean method execution must then continue inside this 
transaction context, and the transaction must be completed by the interceptor.

  ---- [email protected] wrote ----
  &nbsp; > Please note: @Transactional only starts transaction, if none is
> currently active (TxType.MANDADORY)
>  &nbsp;

Reply via email to