About Question com.enthuware.ets.scbcd.v5.2.133 :
Posted: Sun Mar 03, 2013 9:03 am
I think this part of your explanation is not correct :
"A checked application exception never automatically rollbacks a transaction (i.e. the developer must call setRollbackOnly() explicitly in code to rollback the transaction)."
=> a checked application exception can also automatically rollback a transaction if it is marked with rollback=true ( i.e. @ApplicationException(rollback=true) ), doesn't it ?
Thanks and regards,
Olivier
"A checked application exception never automatically rollbacks a transaction (i.e. the developer must call setRollbackOnly() explicitly in code to rollback the transaction)."
=> a checked application exception can also automatically rollback a transaction if it is marked with rollback=true ( i.e. @ApplicationException(rollback=true) ), doesn't it ?
Thanks and regards,
Olivier