[jboss-cvs] JBossAS SVN: r60877 - 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 Feb 25 06:48:32 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-25 06:48:32 -0500 (Sun, 25 Feb 2007)
New Revision: 60877

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
first set of ignores

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-02-25 10:21:57 UTC (rev 60876)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-02-25 11:48:32 UTC (rev 60877)
@@ -63,14 +63,26 @@
       String[] badPackages = {
          // Ignore javassist.* issues
          "javassist",
-         /* The bundled javax.xml.namespace.QName is not compatible with the
-            jdk5/xerces 2.7.x version bundled with 4.0.3
-         */
+         // switch from myfaces to sun jsf 1.2_03
+         "javax.faces",
+         // upgrade to jboss-web 2.x
+         "javax.servlet.ServletException",
+         "javax.servlet.jsp.JspException",
+         "javax.servlet.jsp.jstl.core.LoopTagSupport",
+         "javax.servlet.jsp.tagext.TagSupport", 
+         // 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.
          "org.hibernate",
+         // Ignore hsqldb upgrades
+         "org.hsqldb",
+         // Ignore jaxen upgrades
+         "org.jaxen",
          // Ignore jacorb packages org.omg.*
          "org.omg",
          // Ignore jgroups issues after the upgrade to 2.4.1
@@ -106,14 +118,26 @@
       String[] badPackages = {
          // Ignore javassist.* issues
          "javassist",
-         /* The bundled javax.xml.namespace.QName is not compatible with the
-            jdk5/xerces 2.7.x version bundled with 4.0.3
-         */
+         // switch from myfaces to sun jsf 1.2_03
+         "javax.faces",
+         // upgrade to jboss-web 2.x
+         "javax.servlet.ServletException",
+         "javax.servlet.jsp.JspException",
+         "javax.servlet.jsp.jstl.core.LoopTagSupport",
+         "javax.servlet.jsp.tagext.TagSupport",          
+         // ?
+         "javax.xml.bind.JAXBException",
+         // 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.
          "org.hibernate",
+         // Ignore hsqldb upgrades
+         "org.hsqldb",
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
          "org.omg",
@@ -155,14 +179,24 @@
          "antlr",
          // Ignore javassist.* issues
          "javassist",
-         /* The bundled javax.xml.namespace.QName is not compatible with the
-            jdk5/xerces 2.7.x version bundled with 4.0.3
-         */
+         // switch from myfaces to sun jsf 1.2_03
+         "javax.faces",
+         // upgrade to jboss-web 2.x
+         "javax.servlet.ServletException",
+         "javax.servlet.jsp.JspException",
+         "javax.servlet.jsp.jstl.core.LoopTagSupport",
+         "javax.servlet.jsp.tagext.TagSupport",          
+         // 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.
          "org.hibernate",
+         // Ignore hsqldb upgrades
+         "org.hsqldb",
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
          "org.omg",
@@ -208,10 +242,15 @@
          "antlr",
          // Ignore javassist.* issues
          "javassist",
-         /* The bundled javax.xml.namespace.QName is not compatible with the
-            jdk5/xerces 2.7.x version bundled with 4.0.3
-         */
+         // upgrade to jboss-web 2.x
+         "javax.servlet.ServletException",
+         "javax.servlet.jsp.JspException",
+         "javax.servlet.jsp.tagext.TagSupport",          
+         // 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
@@ -276,10 +315,15 @@
       String[] badPackages = {
          // Ignore javassist.* issues
          "javassist",
-         /* The bundled javax.xml.namespace.QName is not compatible with the
-            jdk5/xerces 2.7.x version bundled with 4.0.3
-         */
+         // upgrade to jboss-web 2.x
+         "javax.servlet.ServletException",
+         "javax.servlet.jsp.JspException",
+         "javax.servlet.jsp.tagext.TagSupport",          
+         // 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
@@ -343,10 +387,18 @@
       String[] badPackages = {
          // The javax.mail binaries in the ri are not consistent with the javamail 1.3FCS
          "javax.mail",
-         /* 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"
+         // upgrade to jboss-web 2.x
+         "javax.servlet.ServletException",
+         "javax.servlet.jsp.JspException",
+         "javax.servlet.jsp.jstl.core.LoopTagSupport",
+         "javax.servlet.jsp.tagext.TagSupport",        
+         // ?
+         "javax.xml.bind.JAXBException",
+         // 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