Author: alessio.soldano(a)jboss.com
Date: 2012-07-02 13:42:46 -0400 (Mon, 02 Jul 2012)
New Revision: 16427
Removed:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jbossws.xml
Log:
Remove useless descriptor
Deleted:
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jbossws.xml
===================================================================
---
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jbossws.xml 2012-06-25
11:41:09 UTC (rev 16426)
+++
stack/cxf/trunk/modules/client/src/main/resources/META-INF/cxf/cxf-extension-jbossws.xml 2012-07-02
17:42:46 UTC (rev 16427)
@@ -1,21 +0,0 @@
-<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cxf="http://cxf.apache.org/core"
-
xsi:schemaLocation="http://cxf.apache.org/core
http://cxf.apache.org/schemas/core.xsd http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
-
- <!--
- <bean id="logInbound"
class="org.apache.cxf.interceptor.LoggingInInterceptor"/>
- <bean id="logOutbound"
class="org.apache.cxf.interceptor.LoggingOutInterceptor"/>
-
- <cxf:bus>
- <cxf:inInterceptors>
- <ref bean="logInbound"/>
- </cxf:inInterceptors>
- <cxf:outInterceptors>
- <ref bean="logOutbound"/>
- </cxf:outInterceptors>
- <cxf:inFaultInterceptors>
- <ref bean="logOutbound"/>
- </cxf:inFaultInterceptors>
- </cxf:bus>
- -->
-
-</beans>
\ No newline at end of file