Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 25884b7e5 -> a9c7973f1


[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/a9c7973f
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a9c7973f
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a9c7973f

Branch: refs/heads/3.0.x-fixes
Commit: a9c7973f12c4b3e0ced8e1ae2e32509cc5237de3
Parents: 25884b7
Author: Sergey Beryozkin <[email protected]>
Authored: Thu May 21 09:51:01 2015 +0100
Committer: Sergey Beryozkin <[email protected]>
Committed: Thu May 21 09:52:40 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/a9c7973f/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">

Reply via email to