You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/02 11:18:47 UTC

[tomee-tck] branch jakartaee9-tck updated: Load com.sun.javatest from the tomcat system classloader

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new fef1193  Load com.sun.javatest from the tomcat system classloader
fef1193 is described below

commit fef1193e834f827b713cf9bb0c74e490b19f2082
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun May 2 04:18:04 2021 -0700

    Load com.sun.javatest from the tomcat system classloader
---
 src/test/tomee-plume/conf/system.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index 6d6bdcc..30db73e 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -156,7 +156,7 @@ app/env/appds.UserName=cts
 app/env/appds.Password=cts
 
 openejb.classloader.forced-load = com.sun.ts.tests.
-openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
+openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.,com.sun.javatest
 
 # remove persistence provider from the default list because in Plume we have both OpenJPA and EclipseLink
 openejb.classloader.filterable-resources=META-INF/services/javax.validation.spi.ValidationProvider,\