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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 18 10:15:41 EST 2009


Author: dimitris at jboss.org
Date: 2009-02-18 10:15:40 -0500 (Wed, 18 Feb 2009)
New Revision: 84386

Modified:
   branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
update the excludes list

Modified: branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
===================================================================
--- branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-02-18 14:51:01 UTC (rev 84385)
+++ branches/Branch_5_0/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java	2009-02-18 15:15:40 UTC (rev 84386)
@@ -115,7 +115,23 @@
    {
       // The packages in jboss-5.0.0 with known serialization issues
       String[] badPackages = {
-	// No Excludes for initial run
+         "org.apache.catalina",
+   	     "org.jboss.classloading.spi.dependency.Module",
+   	     "org.jboss.console",
+   	     // those were changed to match 423 ids
+   	     "org.jboss.crypto.JBossSXProvider",
+   	     "org.jboss.metadata.rar.spec.JCA15MetaData",
+   	     "org.jboss.resource.adapter.jdbc.CachedPreparedStatement",
+   	     "org.jboss.resource.metadata.ConnectorMetaData",
+   	     "org.jboss.resource.metadata.DescriptionMetaDataContainer",
+   	     "org.jboss.security.SimplePrincipal",
+   	     "org.jboss.security.SubjectSecurityProxyFactory",
+   	     "org.jboss.services.binding.DuplicateServiceException",
+   	     // unclear if vfs classes are serialized to client
+   	     "org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler",
+   	     "org.jboss.virtual.plugins.context.zip.ZipEntryHandler",
+   	     // ignore webservices framework classes
+   	     "org.jboss.wsf"
       };
 
       System.out.println("+++ test500Compatibility");
@@ -127,7 +143,6 @@
       Map classInfoMap = (Map) ois.readObject();
       System.out.println("5.0.0 serial classes count: "+classInfoMap.size());
 
-      //System.setProperty("org.jboss.j2ee.LegacySerialization", "true");
       Map currentClassInfoMap = calcClassInfoMap();
       int mismatchCount = compare(classInfoMap, currentClassInfoMap, "500", badPackages);
       currentClassInfoMap.clear();




More information about the jboss-cvs-commits mailing list