aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes How to set ISOLATION levels? 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 "How to set ISOLATION levels?" Watch "How to set ISOLATION levels?" New topic
Author

How to set ISOLATION levels?

Gurumurthy Ramamurthy
Ranch Hand

Joined: Feb 13, 2003
Posts: 272
Guys,

We know that we have four isolation levels: READ_UNCOMMITED, READ_COMMITED, REPEATABLE_READ, SERIALIZABLE.

In deployment descriptor, we need to set these levels? In case of BMT, where it should be mentioned and in case of CMT, where it should be mentioned?

Thanks,
Phani Kumar
Greenhorn

Joined: Feb 15, 2002
Posts: 22
In CMT, you have to specify them under ejb-jar.xml. In BMT, use Connection.setTransactionIsolation().
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to set ISOLATION levels?
 
Similar Threads
Isolation level
Atomicity and Isolable
Transaction isolation level
Transaction Isolation levels in Weblogic
Setting BEA Transaction isolation level