[jboss-cvs] JBossAS SVN: r86824 - branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 5 10:57:53 EDT 2009


Author: smcgowan at redhat.com
Date: 2009-04-05 10:57:52 -0400 (Sun, 05 Apr 2009)
New Revision: 86824

Modified:
   branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-6599 - exclude org.omg.CosTransactions*Stub classes

Modified: branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-04-05 12:34:14 UTC (rev 86823)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-04-05 14:57:52 UTC (rev 86824)
@@ -88,7 +88,18 @@
        // lib/endorsed/stax-api.jar
        "javax.xml.namespace.QName",
 	//JBAS-6572
-	"com.sun.faces.ext.validator.RegexValidator"
+	"com.sun.faces.ext.validator.RegexValidator",
+	//JBAS-6599
+        "org.omg.CosTransactions._ControlStub",
+        "org.omg.CosTransactions._CoordinatorStub",
+        "org.omg.CosTransactions._CurrentStub",
+        "org.omg.CosTransactions._RecoveryCoordinatorStub",
+        "org.omg.CosTransactions._ResourceStub",
+        "org.omg.CosTransactions._SubtransactionAwareResourceStub",
+        "org.omg.CosTransactions._SynchronizationStub",
+        "org.omg.CosTransactions._TerminatorStub",
+        "org.omg.CosTransactions._TransactionFactoryStub",
+        "org.omg.CosTransactions._TransactionalObjectStub"
       };
 
       System.out.println("+++ test423Compatibility");
@@ -136,7 +147,18 @@
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
 	//JBAS-6572
-	"com.sun.faces.ext.validator.RegexValidator"
+	"com.sun.faces.ext.validator.RegexValidator",
+	//JBAS-6599
+        "org.omg.CosTransactions._ControlStub",
+        "org.omg.CosTransactions._CoordinatorStub",
+        "org.omg.CosTransactions._CurrentStub",
+        "org.omg.CosTransactions._RecoveryCoordinatorStub",
+        "org.omg.CosTransactions._ResourceStub",
+        "org.omg.CosTransactions._SubtransactionAwareResourceStub",
+        "org.omg.CosTransactions._SynchronizationStub",
+        "org.omg.CosTransactions._TerminatorStub",
+        "org.omg.CosTransactions._TransactionFactoryStub",
+        "org.omg.CosTransactions._TransactionalObjectStub"
       };
 
       System.out.println("+++ test500Compatibility");
@@ -185,7 +207,18 @@
       // lib/endorsed/stax-api.jar
       "javax.xml.namespace.QName",
 	//JBAS-6572
-	"com.sun.faces.ext.validator.RegexValidator"
+	"com.sun.faces.ext.validator.RegexValidator",
+	//JBAS-6599
+        "org.omg.CosTransactions._ControlStub",
+        "org.omg.CosTransactions._CoordinatorStub",
+        "org.omg.CosTransactions._CurrentStub",
+        "org.omg.CosTransactions._RecoveryCoordinatorStub",
+        "org.omg.CosTransactions._ResourceStub",
+        "org.omg.CosTransactions._SubtransactionAwareResourceStub",
+        "org.omg.CosTransactions._SynchronizationStub",
+        "org.omg.CosTransactions._TerminatorStub",
+        "org.omg.CosTransactions._TransactionFactoryStub",
+        "org.omg.CosTransactions._TransactionalObjectStub"
       };
 
       System.out.println("+++ test501Compatibility");




More information about the jboss-cvs-commits mailing list