| Author |
JTA Transaction isolation level
|
perry arora
Ranch Hand
Joined: Sep 18, 2003
Posts: 35
|
|
hi friends , Need you help , can any one tel me that ! is it possible to set the Transactions isolation level. usign the JTA transaction manager when we are using the JDBC we can use the java.sql.Connection.SetTransactionIsolation() wat abt JTA .IS THERE ANY WAY TO CHANGE THE ISOLATION LEVEL WHEN WE ARE USING THE JTA BUZ WHEN WE USE THE CONTAINER MANAGER TRANSACTION THAT ALSO USES THE JTA INTERNALLY BUT WE CAN NOT CHANGE THE ISOLATION LEVEL FOR THAT IS FIXED TO "READ_COMMIT"... BUT CAN WE CHANGE THE ISOLATION LEVEL WHEN WE ARE USING BEAN MANAGED TRANSACTION WITH JTA API. B bye
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
PLEASE DO NOT OVERUSE CAPITALS!!! As a part of common netiquette, the use of all-uppercase words should be limited to minimum. Your message will go through even better when you resist the temptation to draw attention with such a trick.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
When using container managed transaction you can use the vendor specific deployment to set the transaction isolation. For BMT use can use the usual connection.setIsolationLevel()..
|
Groovy
|
 |
 |
|
|
subject: JTA Transaction isolation level
|
|
|