Sort JAX RS providers so it takes the application providers first. Let's see if it does not break other tests.
diff --git a/src/test/tomee-plume/conf/system.properties b/src/test/tomee-plume/conf/system.properties
index a99f793..8a2fbcd 100644
--- a/src/test/tomee-plume/conf/system.properties
+++ b/src/test/tomee-plume/conf/system.properties
@@ -149,6 +149,8 @@
 openejb.classloader.forced-load = com.sun.ts.tests.
 openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
 
+cxf.jaxrs.provider-comparator=org.apache.openejb.server.cxf.rs.CxfRsHttpListener$DefaultProviderComparator
+
 # not sure why we have to duplicate this one here
 log.file.location=%user.dir%/%openejb.home%/logs
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
diff --git a/src/test/tomee-plus/conf/system.properties b/src/test/tomee-plus/conf/system.properties
index 34fbcec..ca04b32 100644
--- a/src/test/tomee-plus/conf/system.properties
+++ b/src/test/tomee-plus/conf/system.properties
@@ -132,6 +132,8 @@
 openejb.classloader.forced-load = com.sun.ts.tests.
 openejb.classloader.forced-skip=com.sun.ts.tests.jaspic.tssv.
 
+cxf.jaxrs.provider-comparator=org.apache.openejb.server.cxf.rs.CxfRsHttpListener$DefaultProviderComparator
+
 # not sure why we have to duplicate this one here
 log.file.location=%user.dir%/%openejb.home%/logs
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
diff --git a/src/test/tomee/conf/system.properties b/src/test/tomee/conf/system.properties
index ea7ce8b..ed96b09 100644
--- a/src/test/tomee/conf/system.properties
+++ b/src/test/tomee/conf/system.properties
@@ -132,6 +132,8 @@
 openejb.classloader.forced-load = com.sun.ts.tests.
 openejb.classloader.forced-skip=org.apache.derby.,com.sun.ts.tests.jaspic.tssv.
 
+cxf.jaxrs.provider-comparator=org.apache.openejb.server.cxf.rs.CxfRsHttpListener$DefaultProviderComparator
+
 # not sure why we have to duplicate this one here
 log.file.location=%user.dir%/%openejb.home%/logs
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl