[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-5717) LockOptions not being set correctly

Gail Badner (JIRA) noreply at atlassian.com
Fri Jan 7 19:36:05 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner resolved HHH-5717.
------------------------------

    Resolution: Fixed

Fixed in master and 3.6.

> 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: 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