added lock timeout error code for H2 (SPR-6612)

This commit is contained in:
Juergen Hoeller 2010-01-06 19:35:15 +00:00
parent 4ab4fa7042
commit 819f4be08e
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@
<property name="dataAccessResourceFailureCodes">
<value>90046,90100,90117,90121,90126</value>
</property>
<property name="cannotAcquireLockCodes">
<value>50200</value>
</property>
</bean>
<bean id="HSQL" class="org.springframework.jdbc.support.SQLErrorCodes">