added lock timeout error code for H2 (SPR-6612)
This commit is contained in:
parent
4ab4fa7042
commit
819f4be08e
|
|
@ -78,6 +78,9 @@
|
||||||
<property name="dataAccessResourceFailureCodes">
|
<property name="dataAccessResourceFailureCodes">
|
||||||
<value>90046,90100,90117,90121,90126</value>
|
<value>90046,90100,90117,90121,90126</value>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="cannotAcquireLockCodes">
|
||||||
|
<value>50200</value>
|
||||||
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="HSQL" class="org.springframework.jdbc.support.SQLErrorCodes">
|
<bean id="HSQL" class="org.springframework.jdbc.support.SQLErrorCodes">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue