]
Gail Badner updated HHH-5717:
-----------------------------
Fix Version/s: 4.0.0.Alpha1
3.6.1
LockOptions not being set correctly
-----------------------------------
Key: HHH-5717
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5717
Project: Hibernate Core
Issue Type: Bug
Components: query-sql
Affects Versions: 3.6.0
Environment: 3.6.0 Final, Oracle 10.2.0.2
Reporter: Dave Boswell
Assignee: Gail Badner
Fix For: 3.6.1, 4.0.0.Alpha1
Original Estimate: 5m
Remaining Estimate: 5m
Unable to set timeout value for lock. It turns out that the method setLockOptions() has
a typo on the third line, it reads:
this.lockOptions.setTimeOut(lockOptions.getTimeOut());
when it should be:
this.lockOptions.setTimeOut(lockOption.getTimeOut());
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: