[jboss-cvs] JBossAS SVN: r66275 - 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
Fri Oct 19 06:10:57 EDT 2007


Author: dimitris at jboss.org
Date: 2007-10-19 06:10:57 -0400 (Fri, 19 Oct 2007)
New Revision: 66275

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
due to jbossws-2.0.1 upgrade, disable check for failing
"javax.xml.rpc.JAXRPCException",
"javax.xml.rpc.ServiceException",
"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-19 08:35:57 UTC (rev 66274)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-10-19 10:10:57 UTC (rev 66275)
@@ -75,6 +75,10 @@
          "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.soap.SOAPException", 
          // Ignore org.apache.* issues
          "org.apache",
          // Ignore org.hibernate.* issues. Need to revist this.
@@ -147,6 +151,10 @@
          "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.soap.SOAPException", 
          // Ignore org.apache.* issues
          "org.apache",
          // Ignore org.hibernate.* issues. Need to revist this.
@@ -225,6 +233,10 @@
          "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.soap.SOAPException", 
          // Ignore org.apache.* issues
          "org.apache",
          // Ignore org.hibernate.* issues. Need to revist this.
@@ -300,6 +312,10 @@
          "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.soap.SOAPException", 
          // Ignore dom4j issues
          "org.dom4j",
          // Ignore org.apache.* issues
@@ -466,6 +482,10 @@
          "javax.servlet.jsp.tagext.TagSupport",        
          // ?
          "javax.xml.bind.JAXBException",
+         // upgrade to jbossws-2.0.1
+         "javax.xml.rpc.JAXRPCException",
+         "javax.xml.rpc.ServiceException",
+         "javax.xml.soap.SOAPException", 
          // 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",




More information about the jboss-cvs-commits mailing list