Hi,
I'm struggling to narrow down on what is causing LockAcquisition Exception in my program.
Today I got this exception while reading from a table.
My program connects to a remote db.
More than one process access this db concurrently.
How do I know which process contains the bad code that keeps a table locked and prevent other processes from accessing it?
Although this question might fit...
Search Result
Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
-
what causes LockAcquisitionException?
-
In hibernate is it necessary to use Transaction while reading?
Hi,
In some examples of hibernate I have seen on the net, people have used Transaction while doing a session.get.
Is it necessary to use Transaction while reading using hibernate?
The reason I'm asking this is that today I got a org.hibernate.e xception.LockAc quisitionExcept ion while reading from a table using hibernate.
The table is on a remote machine and is being used by more than one process.
Anyways, where to...