[jbossws-commits] JBossWS SVN: r7454 - stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 10 10:48:14 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-10 10:48:14 -0400 (Tue, 10 Jun 2008)
New Revision: 7454

Modified:
   stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss422.txt
   stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss423.txt
   stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss500.txt
   stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBWS-2075] order excludes alphanumericaly

Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss422.txt	2008-06-10 14:22:24 UTC (rev 7453)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss422.txt	2008-06-10 14:48:14 UTC (rev 7454)
@@ -2,28 +2,12 @@
 # $Id: test-excludes.txt 3915 2007-07-17 16:16:05Z heiko.braun at jboss.com $
 #
 
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-
 # EJB3/Injection excludes
 org/jboss/test/ws/jaxws/samples/webserviceref/**
 
 # Exclude endpoints with AS5 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-1774] Provide tools implementation for CXF
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
-# [JBWS-1683] Fix JAXR samples for CXF
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
-# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and WSContractConsumer)
-org/jboss/test/ws/jaxws/smoke/tools/**
-
 # [CXF-1244] Application Exception not initialized properly
 org/jboss/test/ws/jaxws/samples/exception/**
 
@@ -36,12 +20,9 @@
 org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*
 org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
-# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
-org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
+# [CXF-1261] Handler does not see XOP message properly
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
-# [CXF-1624] XmlSchemaException: Schema name conflict in collection
-org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
-
 # [CXF-1510] Cannot handle anonymous bare requests
 org/jboss/test/ws/jaxws/anonymous/**
 
@@ -49,9 +30,6 @@
 org/jboss/test/ws/jaxws/binding/**
 org/jboss/test/ws/jaxws/namespace/**
 
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [CXF-1513] NPE in JaxWsServiceConfiguration
 org/jboss/test/ws/jaxws/handlerscope/**
 org/jboss/test/ws/jaxws/jbws1694/**
@@ -60,35 +38,19 @@
 # [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
-# [JBWS-2114] IllegalArgumentException: Wrong target. class 
-org/jboss/test/ws/jaxws/jbws1283/**
-org/jboss/test/ws/jaxws/jbws1822/**
-
 # [CXF-1515] Bad Enumeration value 'extension restriction'
 org/jboss/test/ws/jaxws/jbws1505/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [CXF-1516] Type inheritance with document/literal/wrapped
 org/jboss/test/ws/jaxws/jbws1702/**
 org/jboss/test/ws/jaxws/jbws1733/**
 
-# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
-org/jboss/test/ws/jaxws/jbws1762/**
-
 # [CXF-1517] HTTP bindings for Provider
 org/jboss/test/ws/jaxws/jbws1807/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
 # [CXF-1518] Missing fault detail in messages from SLSB Provider
 org/jboss/test/ws/jaxws/jbws1815/**
 
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
@@ -101,9 +63,45 @@
 # [CXF-1522] NPE in ServiceUtils
 org/jboss/test/ws/jaxws/jbws1566/**
 
-# [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
+org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
+# [CXF-1624] XmlSchemaException: Schema name conflict in collection
+org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
+
+# [JBWS-1178] Multiple virtual host and soap:address problem
+org/jboss/test/ws/jaxws/jbws1178/**
+
+# [JBWS-1683] Fix JAXR samples for CXF
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1774] Provide tools implementation for CXF
+org/jboss/test/ws/jaxws/complex/**
+org/jboss/test/ws/jaxws/holder/**
+org/jboss/test/ws/jaxws/smoke/tools/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class 
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
 # [JBWS-2163] wsconsume for maven build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**

Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss423.txt	2008-06-10 14:22:24 UTC (rev 7453)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss423.txt	2008-06-10 14:48:14 UTC (rev 7454)
@@ -2,28 +2,12 @@
 # $Id$
 #
 
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-
 # EJB3/Injection excludes
 org/jboss/test/ws/jaxws/samples/webserviceref/**
 
 # Exclude endpoints with AS5 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-1774] Provide tools implementation for CXF
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
-# [JBWS-1683] Fix JAXR samples for CXF
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
-# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and WSContractConsumer)
-org/jboss/test/ws/jaxws/smoke/tools/**
-
 # [CXF-1244] Application Exception not initialized properly
 org/jboss/test/ws/jaxws/samples/exception/**
 
@@ -36,12 +20,9 @@
 org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*
 org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
-# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
-org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
+# [CXF-1261] Handler does not see XOP message properly
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
-# [CXF-1624] XmlSchemaException: Schema name conflict in collection
-org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
-
 # [CXF-1510] Cannot handle anonymous bare requests
 org/jboss/test/ws/jaxws/anonymous/**
 
@@ -49,9 +30,6 @@
 org/jboss/test/ws/jaxws/binding/**
 org/jboss/test/ws/jaxws/namespace/**
 
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [CXF-1513] NPE in JaxWsServiceConfiguration
 org/jboss/test/ws/jaxws/handlerscope/**
 org/jboss/test/ws/jaxws/jbws1694/**
@@ -60,35 +38,19 @@
 # [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
-# [JBWS-2114] IllegalArgumentException: Wrong target. class 
-org/jboss/test/ws/jaxws/jbws1283/**
-org/jboss/test/ws/jaxws/jbws1822/**
-
 # [CXF-1515] Bad Enumeration value 'extension restriction'
 org/jboss/test/ws/jaxws/jbws1505/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [CXF-1516] Type inheritance with document/literal/wrapped
 org/jboss/test/ws/jaxws/jbws1702/**
 org/jboss/test/ws/jaxws/jbws1733/**
 
-# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
-org/jboss/test/ws/jaxws/jbws1762/**
-
 # [CXF-1517] HTTP bindings for Provider
 org/jboss/test/ws/jaxws/jbws1807/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
 # [CXF-1518] Missing fault detail in messages from SLSB Provider
 org/jboss/test/ws/jaxws/jbws1815/**
 
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
@@ -101,9 +63,45 @@
 # [CXF-1522] NPE in ServiceUtils
 org/jboss/test/ws/jaxws/jbws1566/**
 
-# [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
+org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
+# [CXF-1624] XmlSchemaException: Schema name conflict in collection
+org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
+
+# [JBWS-1178] Multiple virtual host and soap:address problem
+org/jboss/test/ws/jaxws/jbws1178/**
+
+# [JBWS-1683] Fix JAXR samples for CXF
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1774] Provide tools implementation for CXF
+org/jboss/test/ws/jaxws/complex/**
+org/jboss/test/ws/jaxws/holder/**
+org/jboss/test/ws/jaxws/smoke/tools/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class 
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
 # [JBWS-2163] wsconsume for maven build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
+
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**

Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss500.txt	2008-06-10 14:22:24 UTC (rev 7453)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss500.txt	2008-06-10 14:48:14 UTC (rev 7454)
@@ -8,22 +8,6 @@
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-1774] Provide tools implementation for CXF
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
-# [JBWS-1683] Fix JAXR samples for CXF
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
-# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and WSContractConsumer)
-org/jboss/test/ws/jaxws/smoke/tools/**
-
-# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
-org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-
 # [CXF-1244] Application Exception not initialized properly
 org/jboss/test/ws/jaxws/samples/exception/**
 
@@ -36,12 +20,6 @@
 org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*
 org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
-# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
-org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
-
-# [CXF-1624] XmlSchemaException: Schema name conflict in collection
-org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
-
 # [CXF-1510] Cannot handle anonymous bare requests
 org/jboss/test/ws/jaxws/anonymous/**
 
@@ -49,9 +27,6 @@
 org/jboss/test/ws/jaxws/binding/**
 org/jboss/test/ws/jaxws/namespace/**
 
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [CXF-1513] NPE in JaxWsServiceConfiguration
 org/jboss/test/ws/jaxws/handlerscope/**
 org/jboss/test/ws/jaxws/jbws1694/**
@@ -60,36 +35,20 @@
 # [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
-# [JBWS-2114] IllegalArgumentException: Wrong target. class 
-org/jboss/test/ws/jaxws/jbws1283/**
-org/jboss/test/ws/jaxws/jbws1822/**
-
 # [CXF-1515] Bad Enumeration value 'extension restriction'
 org/jboss/test/ws/jaxws/jbws1505/**
 org/jboss/test/ws/jaxws/jbws1845/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [CXF-1516] Type inheritance with document/literal/wrapped
 org/jboss/test/ws/jaxws/jbws1702/**
 org/jboss/test/ws/jaxws/jbws1733/**
 
-# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
-org/jboss/test/ws/jaxws/jbws1762/**
-
 # [CXF-1517] HTTP bindings for Provider
 org/jboss/test/ws/jaxws/jbws1807/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
 # [CXF-1518] Missing fault detail in messages from SLSB Provider
 org/jboss/test/ws/jaxws/jbws1815/**
 
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
@@ -102,16 +61,55 @@
 # [CXF-1522] NPE in ServiceUtils
 org/jboss/test/ws/jaxws/jbws1566/**
 
+# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
+org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
+
+# [CXF-1624] XmlSchemaException: Schema name conflict in collection
+org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+
+# [JBWS-1178] Multiple virtual host and soap:address problem
+org/jboss/test/ws/jaxws/jbws1178/**
+
+# [JBWS-1683] Fix JAXR samples for CXF
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1774] Provide tools implementation for CXF
+org/jboss/test/ws/jaxws/complex/**
+org/jboss/test/ws/jaxws/holder/**
+org/jboss/test/ws/jaxws/smoke/tools/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class 
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
 # [JBWS-2120] @WebWservice does not work with class isolation
 org/jboss/test/ws/jaxws/jbws1556/**
 
-# [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
-
 # [JBWS-2163] wsconsume for maven build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**
+
 # [JBWS-2174] Cannot Obtain Destination for Request
 org/jboss/test/ws/jaxws/jbws944/**
 org/jboss/test/ws/jaxws/jbws1422/**

Modified: stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss501.txt	2008-06-10 14:22:24 UTC (rev 7453)
+++ stack/cxf/branches/jbossws-cxf-3.0.2/modules/testsuite/test-excludes-jboss501.txt	2008-06-10 14:48:14 UTC (rev 7454)
@@ -8,23 +8,9 @@
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
+# TODO: Fix classpath to ClientLauncher
+org/jboss/test/ws/jaxws/samples/webserviceref/**
 
-# [JBWS-1774] Provide tools implementation for CXF
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-
-# [JBWS-1683] Fix JAXR samples for CXF
-org/jboss/test/ws/jaxws/samples/jaxr/**
-
-# [JBWS-1774] Provide a tools implementation for CXF (WSContractProvider and WSContractConsumer)
-org/jboss/test/ws/jaxws/smoke/tools/**
-
-# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
-org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.*
-
 # [CXF-1244] Application Exception not initialized properly
 org/jboss/test/ws/jaxws/samples/exception/**
 
@@ -37,15 +23,6 @@
 org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerSourceTestCase.*
 org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
-# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
-org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
-
-# [CXF-1624] XmlSchemaException: Schema name conflict in collection
-org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
-
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-
 # [CXF-1510] Cannot handle anonymous bare requests
 org/jboss/test/ws/jaxws/anonymous/**
 
@@ -53,9 +30,6 @@
 org/jboss/test/ws/jaxws/binding/**
 org/jboss/test/ws/jaxws/namespace/**
 
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [CXF-1513] NPE in JaxWsServiceConfiguration
 org/jboss/test/ws/jaxws/handlerscope/**
 org/jboss/test/ws/jaxws/jbws1694/**
@@ -64,35 +38,19 @@
 # [CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
-# [JBWS-2114] IllegalArgumentException: Wrong target. class 
-org/jboss/test/ws/jaxws/jbws1283/**
-org/jboss/test/ws/jaxws/jbws1822/**
-
 # [CXF-1515] Bad Enumeration value 'extension restriction'
 org/jboss/test/ws/jaxws/jbws1505/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [CXF-1516] Type inheritance with document/literal/wrapped
 org/jboss/test/ws/jaxws/jbws1702/**
 org/jboss/test/ws/jaxws/jbws1733/**
 
-# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
-org/jboss/test/ws/jaxws/jbws1762/**
-
 # [CXF-1517] HTTP bindings for Provider
 org/jboss/test/ws/jaxws/jbws1807/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
 # [CXF-1518] Missing fault detail in messages from SLSB Provider
 org/jboss/test/ws/jaxws/jbws1815/**
 
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
@@ -105,12 +63,52 @@
 # [CXF-1522] NPE in ServiceUtils
 org/jboss/test/ws/jaxws/jbws1566/**
 
-# [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+# [CXF-1623] Wrong AnnotationHandlerChainBuilder.protocolMatches() method implementation or preconditions
+org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainTestCase.*
 
+# [CXF-1624] XmlSchemaException: Schema name conflict in collection
+org/jboss/test/ws/jaxws/samples/logicalhandler/LogicalHandlerJAXBTestCase.*
+
+# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.*
+
+# [JBWS-1178] Multiple virtual host and soap:address problem
+org/jboss/test/ws/jaxws/jbws1178/**
+
+# [JBWS-1683] Fix JAXR samples for CXF
+org/jboss/test/ws/jaxws/samples/jaxr/**
+
+# [JBWS-1774] Provide tools implementation for CXF
+org/jboss/test/ws/jaxws/complex/**
+org/jboss/test/ws/jaxws/holder/**
+org/jboss/test/ws/jaxws/smoke/tools/**
+
+# [JBWS-2112] Cannot use CXF with endpoint API
+org/jboss/test/ws/jaxws/endpoint/**
+
+# [JBWS-2114] IllegalArgumentException: Wrong target. class 
+org/jboss/test/ws/jaxws/jbws1283/**
+org/jboss/test/ws/jaxws/jbws1822/**
+
+# [JBWS-2115] EJB client vehicle not sufficiently isolated
+org/jboss/test/ws/jaxws/jbws1581/**
+
+# [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
+org/jboss/test/ws/jaxws/jbws1762/**
+
+# [JBWS-2118] context-root in jboss.xml is ignored
+org/jboss/test/ws/jaxws/jbws1813/**
+
+# [JBWS-2119] WebServiceRef injection from DD doesn't work
+org/jboss/test/ws/jaxws/jbws1841/**
+
 # [JBWS-2163] wsconsume for maven build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
+# [JBWS-2165] Fix xop tests with maven build
+org/jboss/test/ws/jaxws/samples/xop/**
+
 # [JBWS-2194] request requires HTTP authentication: Unauthorized
 org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*




More information about the jbossws-commits mailing list