[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5717) LockOptions not being set correctly
Dave Boswell (JIRA)
noreply at atlassian.com
Mon Nov 8 15:01:13 EST 2010
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
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: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list