If i throw a custom ApplicationException from a business method in
Entity bean which is participating in a transaction, would the
transaction be rolled back by container. Does container rolls back
transaction only in case of SystemExceptions?
EJB Transaction is automatically rolled back only when a SystemException (or a subtype of it) is thrown. Category:EJB Interview Questions
No comments:
Post a Comment