This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes EJB isolation 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 » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "EJB isolation level" Watch "EJB isolation level" New topic
Author

EJB isolation level

lavanya Ananth
Ranch Hand

Joined: Apr 04, 2005
Posts: 40
Hi ,

I have a question on EJB isolation level TRANSACTION_READ_COMMITTED_FOR_UPDATE. My EJB has this isolation level and the oracle database i am connecting to has a default isolation level of READ_COMMITTED.

This EJB is used to generate a sequence. I sometimes encounter concurrency problems in that when two users request for a sequence number for the same TABLE , it ends up giving the same sequence number to both the calls.

How do I reslove this issue?

I would appreciate any inputs .

Thanks
Lavanya
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB isolation level
 
Similar Threads
Isolation Level Session Beans
Transaction Isolation
Autoincrement or not, how to ++
Isolation in Weblogic 8.1
TRANSACTION ISOLATION LEVEL setting