You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/14 14:37:21 UTC

[tomee-tck] branch master updated: Make sure to activate CXF for JAX-WS for plume and plus so we can run the JAX-WS suite

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a55482e  Make sure to activate CXF for JAX-WS for plume and plus so we can run the JAX-WS suite
a55482e is described below

commit a55482e4ccb7f04f749ddf285eb275c9928ac6b1
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 14 16:37:12 2019 +0200

    Make sure to activate CXF for JAX-WS for plume and plus so we can run the JAX-WS suite
---
 src/test/tomee-plume/conf/cxf.properties | 2 +-
 src/test/tomee-plus/conf/cxf.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/tomee-plume/conf/cxf.properties b/src/test/tomee-plume/conf/cxf.properties
index 13968f3..37f525c 100644
--- a/src/test/tomee-plume/conf/cxf.properties
+++ b/src/test/tomee-plume/conf/cxf.properties
@@ -12,4 +12,4 @@ authMethod  = NONE
 
 # virtualHost =
 
-disabled    = true
\ No newline at end of file
+disabled    = false
\ No newline at end of file
diff --git a/src/test/tomee-plus/conf/cxf.properties b/src/test/tomee-plus/conf/cxf.properties
index 13968f3..37f525c 100644
--- a/src/test/tomee-plus/conf/cxf.properties
+++ b/src/test/tomee-plus/conf/cxf.properties
@@ -12,4 +12,4 @@ authMethod  = NONE
 
 # virtualHost =
 
-disabled    = true
\ No newline at end of file
+disabled    = false
\ No newline at end of file