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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 5 15:58:54 EST 2010


Author: jason.greene at jboss.com
Date: 2010-02-05 15:58:53 -0500 (Fri, 05 Feb 2010)
New Revision: 100572

Modified:
   branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
Update excludes


Modified: branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2010-02-05 20:53:50 UTC (rev 100571)
+++ branches/JBPAPP_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2010-02-05 20:58:53 UTC (rev 100572)
@@ -60,6 +60,7 @@
       // The packages in jboss-4.2.3 with known serialization issues
       String[] badPackages = {
       "com.arjuna.ats.internal.jbossatx.jta.PropagationContextManager",
+      "com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple",
        // Ignore org.apache.* issues
       "bsh",
       "org.apache",
@@ -92,6 +93,7 @@
        "org.jboss.tm.iiop._TransactionServiceStub",
        "org.jboss.virtual.AssembledDirectory",
        "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler",
+       "org.jboss.ws",
        "org.jboss.wsf",
        // other
        "javax.xml.registry.JAXRException",
@@ -132,6 +134,7 @@
       // The packages in jboss-5.0.0.GA with known serialization issues
       String[] badPackages = {
       "bsh",
+      "com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple",
       "org.apache",
       "org.dom4j",
       "org.hibernate",
@@ -165,6 +168,7 @@
       "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler",
       // ignore webservices framework classes
       "org.jboss.wsf",
+      "org.jboss.ws",
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
       "javax.servlet.jsp.jstl.core.LoopTagSupport",
@@ -208,6 +212,7 @@
       String[] badPackages = {
       "org.apache",
       "bsh",
+      "com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple",
       "org.jfree",
       "org.dom4j",
       "org.hibernate",
@@ -240,6 +245,7 @@
       "org.jboss.virtual.plugins.context.vfs.AssembledFileHandler",
       // ignore webservices framework classes
       "org.jboss.wsf",
+      "org.jboss.ws",
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
       "javax.servlet.jsp.jstl.core.LoopTagSupport",




More information about the jboss-cvs-commits mailing list