The Artima Developer Community
Sponsored Link

Java Answers Forum
JTA Transaction isolation level

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
perry arora

Posts: 22
Nickname: perry
Registered: Sep, 2003

JTA Transaction isolation level Posted: Oct 8, 2003 6:41 AM
Reply to this message Reply
Advertisement
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

Topic: Help with 6 errors basic stuff :p Previous Topic   Next Topic Topic: JPanel problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use