Upon invoking getRollbackOnly() method by a business method in an entity bean, which transaction attribute settings will lead the ejb container to throw an exception?
Options
- Required
- RequiresNew
- Never
- Mandatory
CORRECT ANSWER : Never
Write your comments