Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.13
-
None
Description
Current Situation
when using a SQL Server DBMS then the lock_wait_timeout will be set per default to the value of 30000. It is not possible to disable this.
Desired Behavior
It should be possible to disable the default setting for the lock_wait_timeout for SQL Server with the value -1
<property name="hibernate.sos.mssql_lock_timeout">-1</property>
Patch
A patch for JobScheduler is available here
Attachments
Issue Links
- relates to
-
JITL-623 SOSHibernate: SQL Server set LOCK_TIMEOUT command should not create a new connection
- Known Issue