Repository: cxf Updated Branches: refs/heads/3.0.x-fixes a9e2e30a5 -> 90f0da4de
[CXF-6411] Simplifying the test setup further Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/90f0da4d Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/90f0da4d Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/90f0da4d Branch: refs/heads/3.0.x-fixes Commit: 90f0da4def6b9653ad8e5dbf4b505ce980e48233 Parents: a9e2e30 Author: Sergey Beryozkin <[email protected]> Authored: Wed May 20 10:16:53 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed May 20 10:18:11 2015 +0100 ---------------------------------------------------------------------- .../src/test/resources/jaxrs_soap_blueprint/WEB-INF/web.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/90f0da4d/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/web.xml b/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/web.xml index 5018a6a..02660f9 100644 --- a/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/web.xml +++ b/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/web.xml @@ -24,14 +24,6 @@ <param-name>blueprintLocation</param-name> <param-value>jaxrs_soap_blueprint/WEB-INF/beans.xml</param-value> </context-param> - <context-param> - <param-name>blueprintNamespaceHandlers</param-name> - <param-value> - org.apache.cxf.internal.CXFAPINamespaceHandler, - org.apache.cxf.jaxrs.blueprint.JAXRSBPNamespaceHandler, - org.apache.cxf.jaxws.blueprint.JAXWSBPNamespaceHandler - </param-value> - </context-param> <listener> <listener-class> org.apache.aries.blueprint.web.BlueprintContextListener
