[jbossws-commits] JBossWS SVN: r10893 - stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 12 11:37:26 EDT 2009


Author: jim.ma
Date: 2009-10-12 11:37:25 -0400 (Mon, 12 Oct 2009)
New Revision: 10893

Modified:
   stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/jbossws-cxf.xml
Log:
Reverted to Reverion 10884

Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/jbossws-cxf.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/jbossws-cxf.xml	2009-10-12 15:31:11 UTC (rev 10892)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/descriptor/WEB-INF/jbossws-cxf.xml	2009-10-12 15:37:25 UTC (rev 10893)
@@ -1,30 +1,16 @@
-<beans xmlns='http://www.springframework.org/schema/beans'
-	xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:beans='http://www.springframework.org/schema/beans'
-	xmlns:jaxws='http://cxf.apache.org/jaxws'
-	xsi:schemaLocation='http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+<beans xmlns='http://www.springframework.org/schema/beans' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:beans='http://www.springframework.org/schema/beans'
+  xmlns:jaxws='http://cxf.apache.org/jaxws'
+  xsi:schemaLocation='http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
   http://www.w3.org/2006/07/ws-policy http://www.w3.org/2006/07/ws-policy.xsd 
   http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd'>
-
-	<bean id="aegisBean" class="org.apache.cxf.aegis.databinding.AegisDatabinding"
-		scope="prototype" />
-
-	<bean id="aegis-service-factory" class="org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean"
-		scope="prototype">
-		<property name="dataBinding" ref="aegisBean" />
-	</bean>
-
-	<jaxws:endpoint id='TestService'
-		address='http://@jboss.bind.address@:8080/jaxws-cxf-descriptor'
-		implementor='org.jboss.test.ws.jaxws.cxf.descriptor.DescriptorEndpointImpl'>
-
-		<jaxws:serviceFactory>
-			<ref bean='jaxws-and-aegis-service-factory' />
-		</jaxws:serviceFactory>
-
-		<jaxws:invoker>
-			<bean class='org.jboss.wsf.stack.cxf.InvokerJSE' />
-		</jaxws:invoker>
-
-	</jaxws:endpoint>
-
+  
+  <jaxws:endpoint id='TestService' address='http://@jboss.bind.address@:8080/jaxws-cxf-descriptor'
+    implementor='org.jboss.test.ws.jaxws.cxf.descriptor.DescriptorEndpointImpl'>
+    
+    <jaxws:invoker>
+      <bean class='org.jboss.wsf.stack.cxf.InvokerJSE'/>
+    </jaxws:invoker>
+    
+  </jaxws:endpoint>
+  
 </beans>



More information about the jbossws-commits mailing list