Walter,
I think there is a problem with the question.
a) set by the bean developer for bean-managed transactions.
correct (actually it should be "can be set" and not "set")
b) set by the deployer for container-managed transactions.
correct (Same as above)
c) specified to the method level.
d) specified to the class level only.
Now for c or d check out the following :
In page 160 of the
EJB spec 1.1 it states
In the last line and the point above it says "you can set the desirable isolation level programmatically in the enterprise beans methods using the resource manager specific api.
The point above this states
"The bean provider must take care when setting isolation level ...."
So in the end is it c or d ??
Question remains in my mind
[This message has been edited by Rahul Mahindrakar (edited April 24, 2001).]