[jboss-cvs] JBossAS SVN: r63229 - 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:13:35 EDT 2007


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

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-4146, generatied ties have 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 20:08:16 UTC (rev 63228)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-05-28 20:13:35 UTC (rev 63229)
@@ -93,10 +93,11 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
-         // Ignore the JacORB IDL compiler generated stubs
+         // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
+         "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore org.jboss.ws
          "org.jboss.ws",
          // Ignore jgroups issues after the upgrade to 2.4.1
@@ -167,10 +168,11 @@
          "org.jboss.remoting",
          // jboss-serialization 1.0.3.GA
          "org.jboss.serial.objectmetamodel.DataContainer",
-         // Ignore the JacORB IDL compiler generated stubs
+         // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
+         "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore org.jboss.ws
          "org.jboss.ws",
          // Ignore jgroups issues after the upgrade to 2.4.1
@@ -242,10 +244,11 @@
          "org.jboss.invocation.unified.marshall.InvocationUnMarshaller",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
-         // Ignore the JacORB IDL compiler generated stubs
+         // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
+         "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore jgroups issues after the upgrade to 2.4.1
          "org.jgroups",         
          // The aop classes were not finalized until 4.0.3
@@ -317,10 +320,11 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
-         // Ignore the JacORB IDL compiler generated stubs
+         // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
+         "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore org.jboss.webservice for 4.0.1 since the org.apache.axis to
          // org.jboss.axis package name change breaks serialization
          "org.jboss.webservice",
@@ -399,10 +403,11 @@
          // serialVersionUIDs were added at v4.0.4
          "org.jboss.monitor.alarm.AlarmNotification",
          "org.jboss.monitor.alarm.AlarmTableNotification",
-         // Ignore the JacORB IDL compiler generated stubs
+         // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "org.jboss.tm.iiop._TransactionServiceStub",
+         "org.jboss.iiop.csiv2.SASCurrentLocalTie",
          // Ignore org.jboss.webservice for 4.0.1 since the org.apache.axis to
          // org.jboss.axis package name change breaks serialization
          "org.jboss.webservice",




More information about the jboss-cvs-commits mailing list