aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes TRANSACTION LEVEL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "TRANSACTION LEVEL" Watch "TRANSACTION LEVEL" New topic
Author

TRANSACTION LEVEL

thomas davis
Ranch Hand

Joined: Feb 01, 2003
Posts: 207
How do I set Transaction Level in EJB?
Like TRANSACTION_READ_UNCOMMITTED,ETC...
Vinay Raj
Ranch Hand

Joined: Jun 19, 2006
Posts: 81
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: TRANSACTION LEVEL
 
Similar Threads
can a class contain CMT and BMT methods
Relation between Transaction and Isolation
Error while migrating
Transaction Level
TRANSACTION ISOLATION LEVEL setting