[jboss-cvs] JBossAS SVN: r114830 - in branches/JBPAPP_5_0_1_JBPAPP-11201/connector: src/main/org/jboss/resource/adapter/jdbc/vendor and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 11 15:15:35 EST 2014


Author: jolee
Date: 2014-11-11 15:15:35 -0500 (Tue, 11 Nov 2014)
New Revision: 114830

Modified:
   branches/JBPAPP_5_0_1_JBPAPP-11201/connector/pom.xml
   branches/JBPAPP_5_0_1_JBPAPP-11201/connector/src/main/org/jboss/resource/adapter/jdbc/vendor/DB2ExceptionSorter.java
Log:
JBPAPP-11201: Addition of the 4470 FATAL error for the DB2 ExceptionSorter

Modified: branches/JBPAPP_5_0_1_JBPAPP-11201/connector/pom.xml
===================================================================
--- branches/JBPAPP_5_0_1_JBPAPP-11201/connector/pom.xml	2014-11-11 19:51:50 UTC (rev 114829)
+++ branches/JBPAPP_5_0_1_JBPAPP-11201/connector/pom.xml	2014-11-11 20:15:35 UTC (rev 114830)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.jbossas</groupId>
     <artifactId>jboss-as-parent</artifactId>
-    <version>5.1.0-SNAPSHOT</version>
+    <version>5.1.0.GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.jbossas</groupId>

Modified: branches/JBPAPP_5_0_1_JBPAPP-11201/connector/src/main/org/jboss/resource/adapter/jdbc/vendor/DB2ExceptionSorter.java
===================================================================
--- branches/JBPAPP_5_0_1_JBPAPP-11201/connector/src/main/org/jboss/resource/adapter/jdbc/vendor/DB2ExceptionSorter.java	2014-11-11 19:51:50 UTC (rev 114829)
+++ branches/JBPAPP_5_0_1_JBPAPP-11201/connector/src/main/org/jboss/resource/adapter/jdbc/vendor/DB2ExceptionSorter.java	2014-11-11 20:15:35 UTC (rev 114830)
@@ -59,6 +59,10 @@
       {
          isFatal = true;
       }
+      else if (code == 4470)
+      {
+         isFatal = true;
+      }
       
       if(trace)
       {



More information about the jboss-cvs-commits mailing list