posted 21 years ago
In page 497, sharpen your pencil - the first question is : Of the six transaction attributes which one / ones must not be used by a bean that calls getRollbackOnly() or setRollbackOnly() -
The answer given is : Never.
I think the the correct answers are : Never, NotSupported and supports.
I have seen runtime exceptions when setRollbackOnly() is called without a transaction context.
Please clarify.
Thanks,
Prasad