[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Pessimistice locking hint - hanging locks

You should never acquire a pessimistic lock outside of a transaction. Always first call beginTransaction. You can log a bug that an exception should be throw if pessimistic locking is attempted outside of a transaction.

----
James