Repository: cxf Updated Branches: refs/heads/master 12d7631bb -> c38c19d5d
[CXF-6411] Removing a bus reference from the test context Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c38c19d5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c38c19d5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c38c19d5 Branch: refs/heads/master Commit: c38c19d5d61b51303a19200d9f37faf80dd8fc9d Parents: 12d7631 Author: Sergey Beryozkin <[email protected]> Authored: Thu May 21 09:51:01 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu May 21 09:51:01 2015 +0100 ---------------------------------------------------------------------- .../src/test/resources/jaxrs_soap_blueprint/WEB-INF/beans.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c38c19d5/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/beans.xml b/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/beans.xml index 1d9becf..3d35a06 100644 --- a/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/beans.xml +++ b/systests/jaxrs/src/test/resources/jaxrs_soap_blueprint/WEB-INF/beans.xml @@ -26,8 +26,7 @@ http://cxf.apache.org/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd "> - <cxf:bus/> - + <bean id="resourceBean" class="org.apache.cxf.systest.jaxrs.jaxws.HelloWorldImpl"/> <jaxrs:server id="hello_rest" address="/hello-rest">
