Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] [Fwd: [Bug 239907] Support for Pessimistic Locking in EclipseLink/JavaDB]

I have attached a patch to this issue that helps implement pessimistic locking when no joins are involved. Please note that currently, we will get a SQLException from database when joins are involved and when EclipseLink issues "Select ... for update " in response to a pessimistic lock (because it inherits getSelectForUpdateString() from DB2Platform). This behavior will not change with current patch but for queries involving single tables, we will get locking implemented.

Please comment on what you think.

Thanks,
Mitesh

-------- Original Message --------
Subject: [Bug 239907] Support for Pessimistic Locking in EclipseLink/JavaDB
Date: 	Thu, 29 Jan 2009 17:33:23 -0500 (EST)
From: 	bugzilla-daemon@xxxxxxxxxxx
To: 	Mitesh.Meswani@xxxxxxx
References: 	<bug-239907-44960@xxxxxxxxxxxxxxxxxxxxxx/bugs/>



https://bugs.eclipse.org/bugs/show_bug.cgi?id=239907 Product/Component: EclipseLink / JPA

Mitesh Meswani <mitesh.meswani@xxxxxxx> changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
            Blocks|                            |259192




--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



Back to the top