[jboss-cvs] JBossAS SVN: r66281 - 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 08:38:23 EDT 2007


Author: dimitris at jboss.org
Date: 2007-10-19 08:38:22 -0400 (Fri, 19 Oct 2007)
New Revision: 66281

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
revert the last commit. jbossws will be upgraded.

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 12:36:30 UTC (rev 66280)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-10-19 12:38:22 UTC (rev 66281)
@@ -75,10 +75,6 @@
          "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.
@@ -151,10 +147,6 @@
          "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.
@@ -233,10 +225,6 @@
          "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.
@@ -312,10 +300,6 @@
          "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
@@ -482,10 +466,6 @@
          "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