Skip to content

Commit

Permalink
added -1218 to the transientDataAccessResourceCodes for DB2 (SPR-5296…
Browse files Browse the repository at this point in the history
… backport)

git-svn-id: https://src.springframework.org/svn/spring-maintenance/trunk@17128 fd5a2b45-1f63-4059-99e9-3c7cb7fd75c8
  • Loading branch information
Thomas Risberg committed Oct 15, 2009
1 parent 8d230cc commit 8250292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -13,6 +13,7 @@ Package org.springframework.jdbc
* added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986 backport)
* added a concrete GenericStoredProcedure class to make it possible to configure using application context (SPR-3987 backport)
* added synchronized to compile of AbstractJdbcCall and AbstractJdbcInsert (SPR-6001 backport)
* added -1218 to the transientDataAccessResourceCodes for DB2 (SPR-5296 backport)

Package org.springframework.jms
* fixed JmsUtils.buildExceptionMessage to avoid potential NPE (SPR-5275)
Expand Down
2 changes: 1 addition & 1 deletion src/org/springframework/jdbc/support/sql-error-codes.xml
Expand Up @@ -31,7 +31,7 @@
<value>-904,-971</value>
</property>
<property name="transientDataAccessResourceCodes">
<value>-1035,-30080,-30081</value>
<value>-1035,-1218,-30080,-30081</value>
</property>
<property name="deadlockLoserCodes">
<value>-911,-913</value>
Expand Down

0 comments on commit 8250292

Please sign in to comment.