[jboss-cvs] JBossAS SVN: r60895 - 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 17:20:47 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-25 17:20:47 -0500 (Sun, 25 Feb 2007)
New Revision: 60895

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

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 15:28:31 UTC (rev 60894)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-02-25 22:20:47 UTC (rev 60895)
@@ -153,6 +153,9 @@
          "org.hsqldb",
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
+         // Ignore jboss cache stuff
+         "org.jboss.cache.OptimisticTreeNode",
+         "org.jboss.cache.ReplicationException",
          // Ignore jboss console stuff
          "org.jboss.console",
          // Ignore corba servant locators
@@ -160,6 +163,8 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
+         // jboss-serialization 1.0.3.GA
+         "org.jboss.serial.objectmetamodel.DataContainer",
          // Ignore the JacORB IDL compiler generated stubs
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
@@ -230,6 +235,9 @@
          // Ignore corba servant locators
          "org.jboss.invocation.iiop.IIOPInvoker$PersistentServantLocator",
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
+         // unified invoker
+         "org.jboss.invocation.unified.marshall.InvocationMarshaller",
+         "org.jboss.invocation.unified.marshall.InvocationUnMarshaller",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
          // Ignore the JacORB IDL compiler generated stubs
@@ -407,6 +415,8 @@
          // Ignore incompatible classes from the sun-javamail upgrade, JBAS-3488
          "com.sun.mail.imap.protocol.IMAPAddress",
          "javax.mail.MessagingException",
+         // jmx
+         "javax.management.loading.MLet",
          // JBAS-3736, jaxen-1.1-beta9 has different serialVersionUIDs than beta4
          "org.jaxen"
       };




More information about the jboss-cvs-commits mailing list