[jboss-cvs] JBossAS SVN: r95579 - 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
Mon Oct 26 16:37:45 EDT 2009
Author: smcgowan at redhat.com
Date: 2009-10-26 16:37:45 -0400 (Mon, 26 Oct 2009)
New Revision: 95579
Modified:
branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java
Log:
JBAS-7401, JBAS-7404
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-10-26 20:06:06 UTC (rev 95578)
+++ branches/Branch_5_x/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java 2009-10-26 20:37:45 UTC (rev 95579)
@@ -162,13 +162,18 @@
"org.apache.ws.scout.registry",
"javax.xml.ws.soap.SOAPFaultException",
"org.jboss.metadata.ear.jboss.JBossAppMetaData",
+ "org.jboss.metadata.jpa.spec.PersistenceUnitMetaData",
"org.jboss.classloading.spi.dependency.Module",
"org.jboss.classloading.plugins.metadata.PackageCapability",
// those were changed to match 423 ids
"javax.xml.registry.JAXRException",
"javax.xml.registry.RegistryException",
"org.jboss.classloading.spi.dependency.Module",
- "org.jboss.classloading.plugins.metadata.PackageCapability"
+ "org.jboss.classloading.plugins.metadata.PackageCapability",
+ "org.hibernate.ejb.AbstractEntityManagerImpl",
+ "org.hibernate.ejb.CurrentEntityManagerImpl",
+ "org.hibernate.ejb.EntityManagerFactoryImpl",
+ "org.hibernate.ejb.EntityManagerImpl"
};
System.out.println("+++ test500Compatibility");
@@ -240,9 +245,14 @@
"javax.xml.ws.soap.SOAPFaultException",
"org.jboss.classloading.plugins.metadata.PackageCapability",
"org.jboss.metadata.ear.jboss.JBossAppMetaData",
+ "org.jboss.metadata.jpa.spec.PersistenceUnitMetaData",
// those were changed to match 423 ids
"javax.xml.registry.JAXRException",
- "javax.xml.registry.RegistryException"
+ "javax.xml.registry.RegistryException",
+ "org.hibernate.ejb.AbstractEntityManagerImpl",
+ "org.hibernate.ejb.CurrentEntityManagerImpl",
+ "org.hibernate.ejb.EntityManagerFactoryImpl",
+ "org.hibernate.ejb.EntityManagerImpl"
};
System.out.println("+++ test501Compatibility");
@@ -291,6 +301,7 @@
"org.jboss.classloading.plugins.metadata.PackageCapability",
"org.jboss.classloading.spi.dependency.Module",
"org.jboss.metadata.ear.jboss.JBossAppMetaData",
+ "org.jboss.metadata.jpa.spec.PersistenceUnitMetaData",
"org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler",
"org.jboss.virtual.plugins.context.zip.ZipEntryHandler",
// ignore webservices framework classes as done in other test versions
@@ -298,7 +309,11 @@
// those were changed to match 423 ids
"javax.xml.registry.JAXRException",
"javax.xml.registry.RegistryException",
- "org.rhq.core.domain.content"
+ "org.rhq.core.domain.content",
+ "org.hibernate.ejb.AbstractEntityManagerImpl",
+ "org.hibernate.ejb.CurrentEntityManagerImpl",
+ "org.hibernate.ejb.EntityManagerFactoryImpl",
+ "org.hibernate.ejb.EntityManagerImpl"
};
System.out.println("+++ test510Compatibility");
More information about the jboss-cvs-commits
mailing list