[jboss-cvs] JBossAS SVN: r66320 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 21 09:10:59 EDT 2007


Author: dimitris at jboss.org
Date: 2007-10-21 09:10:57 -0400 (Sun, 21 Oct 2007)
New Revision: 66320

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
due to jbossws-2.0.1 upgrade, disable v4.0.1 check for
"javax.xml.rpc.JAXRPCException",
"javax.xml.rpc.ServiceException",
"javax.xml.rpc.soap.SOAPFaultException"
"javax.xml.soap.SOAPException", 


Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-10-20 16:18:03 UTC (rev 66319)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-10-21 13:10:57 UTC (rev 66320)
@@ -73,8 +73,6 @@
          // The bundled javax.xml.namespace.QName is not compatible with the
          // jdk5/xerces 2.7.x version bundled with 4.0.3
          "javax.xml.namespace.QName",
-         // ?
-         "javax.xml.rpc.soap.SOAPFaultException",
          // Ignore org.apache.* issues
          "org.apache",
          // Ignore org.hibernate.* issues. Need to revist this.
@@ -145,8 +143,6 @@
          // The bundled javax.xml.namespace.QName is not compatible with the
          // jdk5/xerces 2.7.x version bundled with 4.0.3
          "javax.xml.namespace.QName",
-         // ?
-         "javax.xml.rpc.soap.SOAPFaultException",
          // Ignore org.apache.* issues
          "org.apache",
          // Ignore org.hibernate.* issues. Need to revist this.
@@ -223,8 +219,6 @@
          // The bundled javax.xml.namespace.QName is not compatible with the
          // jdk5/xerces 2.7.x version bundled with 4.0.3
          "javax.xml.namespace.QName",
-         // ?
-         "javax.xml.rpc.soap.SOAPFaultException",
          // Ignore org.apache.* issues
          "org.apache",
          // Ignore org.hibernate.* issues. Need to revist this.
@@ -298,8 +292,6 @@
          // The bundled javax.xml.namespace.QName is not compatible with the
          // jdk5/xerces 2.7.x version bundled with 4.0.3
          "javax.xml.namespace.QName",
-         // ?
-         "javax.xml.rpc.soap.SOAPFaultException",
          // Ignore dom4j issues
          "org.dom4j",
          // Ignore org.apache.* issues
@@ -380,8 +372,11 @@
          // The bundled javax.xml.namespace.QName is not compatible with the
          // jdk5/xerces 2.7.x version bundled with 4.0.3
          "javax.xml.namespace.QName",
-         // ?
-         "javax.xml.rpc.soap.SOAPFaultException",
+         // upgrade to jbossws-2.0.1
+         "javax.xml.rpc.JAXRPCException",
+         "javax.xml.rpc.ServiceException",
+         "javax.xml.rpc.soap.SOAPFaultException",         
+         "javax.xml.soap.SOAPException",          
          // Ignore dom4j issues
          "org.dom4j",
          // Ignore org.apache.* issues
@@ -469,8 +464,6 @@
          // The bundled javax.xml.namespace.QName is not compatible with the
          // jdk5/xerces 2.7.x version bundled with 4.0.3
          "javax.xml.namespace.QName",
-         // ?
-         "javax.xml.rpc.soap.SOAPFaultException"
       };
       System.out.println("+++ testJ2EERI141Compatibility");
       System.getProperties().remove("org.jboss.j2ee.LegacySerialization");




More information about the jboss-cvs-commits mailing list