[jboss-cvs] JBossAS SVN: r63228 - 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
Mon May 28 16:08:16 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-28 16:08:16 -0400 (Mon, 28 May 2007)
New Revision: 63228

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-4146, updated jacorb has different serialVersionUIDs

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-05-28 18:59:21 UTC (rev 63227)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-05-28 20:08:16 UTC (rev 63228)
@@ -81,6 +81,9 @@
          "org.hibernate",
          // Ignore hsqldb upgrades
          "org.hsqldb",
+         // Ignore jacorb packages org.jacorb.*, org.omg.*
+         "org.jacorb",
+         "org.omg",         
          // Ignore jaxen upgrades
          "org.jaxen",
          // Ignore jboss console stuff
@@ -96,8 +99,6 @@
          "org.jboss.tm.iiop._TransactionServiceStub",
          // Ignore org.jboss.ws
          "org.jboss.ws",
-         // Ignore jacorb packages org.omg.*
-         "org.omg",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups"
       };
@@ -153,6 +154,7 @@
          "org.hsqldb",
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
+         "org.omg",
          // Ignore jboss cache stuff
          "org.jboss.cache.OptimisticTreeNode",
          "org.jboss.cache.ReplicationException",
@@ -171,7 +173,6 @@
          "org.jboss.tm.iiop._TransactionServiceStub",
          // Ignore org.jboss.ws
          "org.jboss.ws",
-         "org.omg",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups",
          // Ignore incompatible classes from the sun-javamail upgrade, JBAS-3488
@@ -230,6 +231,7 @@
          "org.hsqldb",
          // Ignore jacorb packages org.jacorb.*, org.omg.*
          "org.jacorb",
+         "org.omg",
          // Ignore jboss console stuff
          "org.jboss.console",
          // Ignore corba servant locators
@@ -244,7 +246,6 @@
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
-         "org.omg",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups",         
          // The aop classes were not finalized until 4.0.3




More information about the jboss-cvs-commits mailing list