added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788)

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1277 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Thomas Risberg 2009-05-28 17:11:48 +00:00
parent 93897f0f0e
commit 3a7b42f18e
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@
<property name="dataIntegrityViolationCodes">
<value>544,8114,8115</value>
</property>
<property name="dataAccessResourceFailureCodes">
<value>4060</value>
</property>
<property name="cannotAcquireLockCodes">
<value>1222</value>
</property>