[jboss-cvs] JBossAS SVN: r74467 - 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
Thu Jun 12 02:41:39 EDT 2008


Author: jesper.pedersen
Date: 2008-06-12 02:41:39 -0400 (Thu, 12 Jun 2008)
New Revision: 74467

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
Ignore the org.jboss.resource.adapter.jdbc.vendor package

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	2008-06-12 06:34:47 UTC (rev 74466)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2008-06-12 06:41:39 UTC (rev 74467)
@@ -91,6 +91,8 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
+         // jboss resource adaptor jdbc vendor 
+         "org.jboss.resource.adapter.jdbc.vendor",
          // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
@@ -164,6 +166,8 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
+         // jboss resource adaptor jdbc vendor 
+         "org.jboss.resource.adapter.jdbc.vendor",
          // jboss-serialization 1.0.3.GA
          "org.jboss.serial.objectmetamodel.DataContainer",
          // Ignore the JacORB IDL compiler generated stubs/ties
@@ -242,6 +246,8 @@
          "org.jboss.invocation.unified.marshall.InvocationUnMarshaller",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
+         // jboss resource adaptor jdbc vendor 
+         "org.jboss.resource.adapter.jdbc.vendor",
          // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
@@ -318,6 +324,8 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
+         // jboss resource adaptor jdbc vendor 
+         "org.jboss.resource.adapter.jdbc.vendor",
          // Ignore the JacORB IDL compiler generated stubs/ties
          "org.jboss.tm.iiop._CoordinatorExtStub",
          "org.jboss.tm.iiop._TransactionFactoryExtStub",
@@ -403,6 +411,8 @@
          "org.jboss.invocation.iiop.IIOPInvoker$TransientServantLocator",
          // jboss remoting upgrade to 2.0.0.GA
          "org.jboss.remoting",
+         // jboss resource adaptor jdbc vendor 
+         "org.jboss.resource.adapter.jdbc.vendor",
          // serialVersionUIDs were added at v4.0.4
          "org.jboss.monitor.alarm.AlarmNotification",
          "org.jboss.monitor.alarm.AlarmTableNotification",




More information about the jboss-cvs-commits mailing list