[jboss-cvs] JBossAS SVN: r60894 - 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 10:28:31 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-25 10:28:31 -0500 (Sun, 25 Feb 2007)
New Revision: 60894

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

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:21:25 UTC (rev 60893)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2007-02-25 15:28:31 UTC (rev 60894)
@@ -85,10 +85,17 @@
          "org.jaxen",
          // Ignore jboss console stuff
          "org.jboss.console",
+         // Ignore corba servant locators
+         "org.jboss.invocation.iiop.IIOPInvoker$PersistentServantLocator",
+         "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
+         // jboss remoting upgrade to 2.0.0.GA
+         "org.jboss.remoting",
          // Ignore the JacORB IDL compiler generated stubs
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "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
@@ -148,10 +155,17 @@
          "org.jacorb",
          // Ignore jboss console stuff
          "org.jboss.console",
+         // Ignore corba servant locators
+         "org.jboss.invocation.iiop.IIOPInvoker$PersistentServantLocator",
+         "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
+         // jboss remoting upgrade to 2.0.0.GA
+         "org.jboss.remoting",
          // Ignore the JacORB IDL compiler generated stubs
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
          "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",
@@ -213,6 +227,11 @@
          "org.jacorb",
          // Ignore jboss console stuff
          "org.jboss.console",
+         // Ignore corba servant locators
+         "org.jboss.invocation.iiop.IIOPInvoker$PersistentServantLocator",
+         "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
+         // jboss remoting upgrade to 2.0.0.GA
+         "org.jboss.remoting",
          // Ignore the JacORB IDL compiler generated stubs
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
@@ -284,6 +303,11 @@
          "org.jboss.aop",
          // Ignore jboss console stuff
          "org.jboss.console",
+         // Ignore corba servant locators
+         "org.jboss.invocation.iiop.IIOPInvoker$PersistentServantLocator",
+         "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
+         // jboss remoting upgrade to 2.0.0.GA
+         "org.jboss.remoting",
          // Ignore the JacORB IDL compiler generated stubs
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
@@ -358,6 +382,14 @@
          "org.jboss.aop",
          // Ignore jboss console stuff
          "org.jboss.console",
+         // Ignore corba servant locators
+         "org.jboss.invocation.iiop.IIOPInvoker$PersistentServantLocator",
+         "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
+         // jboss remoting upgrade to 2.0.0.GA
+         "org.jboss.remoting",
+         // serialVersionUIDs were added at v4.0.4
+         "org.jboss.monitor.alarm.AlarmNotification",
+         "org.jboss.monitor.alarm.AlarmTableNotification",
          // Ignore the JacORB IDL compiler generated stubs
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",




More information about the jboss-cvs-commits mailing list