How do I set Transaction Level in EJB? Like TRANSACTION_READ_UNCOMMITTED,ETC...
Vinay Raj
Ranch Hand
Joined: Jun 19, 2006
Posts: 81
posted
0
READ_COMMITTED is not a transaction level but an isolation level. Setting Isolation levels is not part of the EJB spec and is app. server specific. You will have to look at the app. server documentation for the same. Typically it will be in the deployment descriptor.