Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?=
key=3DHB-413
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-413
Summary: session.getCurrentLockMode(obj) and session.refresh()
Type: Bug
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:=20
core
Versions:
2.0.3
Assignee:=20
Reporter: Philippe Chal=C3=A9at
Created: Tue, 21 Oct 2003 5:33 AM
Updated: Tue, 21 Oct 2003 5:33 AM
Environment: Win XP, Linux, SAP DB
Description:
The following code doesn't have the expected behaviour :
System.out.println("=3D> " + session.getCurrentLockMode(obj));=20
session.refresh(obj, LockMode.UPDGRADE);
obj.getCode(); // To be sure that there is no pb with proxy (initialize)
System.out.println("=3D> " + session.getCurrentLockMode(obj));=20
With "show sql", it gives me this :
=3D> READ
select ik, code, noSocCom, noCliLiv from SV_Commande where ik=3D? for upd=
ate
=3D> READ=20
Philippe
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators=
.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|