You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2007/03/20 00:07:49 UTC

svn commit: r520162 - in /incubator/cxf/sandbox/asyncweb/src: main/resources/META-INF/cxf/cxf-extension-asyncweb.xml test/resources/org/apache/cxf/transport/asyncweb/test.xml

Author: dandiep
Date: Mon Mar 19 16:07:48 2007
New Revision: 520162

URL: http://svn.apache.org/viewvc?view=rev&rev=520162
Log:
Forgot to switch a package name over.

Modified:
    incubator/cxf/sandbox/asyncweb/src/main/resources/META-INF/cxf/cxf-extension-asyncweb.xml
    incubator/cxf/sandbox/asyncweb/src/test/resources/org/apache/cxf/transport/asyncweb/test.xml

Modified: incubator/cxf/sandbox/asyncweb/src/main/resources/META-INF/cxf/cxf-extension-asyncweb.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/sandbox/asyncweb/src/main/resources/META-INF/cxf/cxf-extension-asyncweb.xml?view=diff&rev=520162&r1=520161&r2=520162
==============================================================================
--- incubator/cxf/sandbox/asyncweb/src/main/resources/META-INF/cxf/cxf-extension-asyncweb.xml (original)
+++ incubator/cxf/sandbox/asyncweb/src/main/resources/META-INF/cxf/cxf-extension-asyncweb.xml Mon Mar 19 16:07:48 2007
@@ -1,39 +1,39 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
- 
-  http://www.apache.org/licenses/LICENSE-2.0
- 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xmlns:foo="http://cxf.apache.org/configuration/foo"
-       xsi:schemaLocation="
-http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
-    
-    <bean class="org.codehaus.xwire.asyncweb.AsyncWebTransportFactory" lazy-init="true">
-        <property name="bus" ref="cxf"/>
-        <property name="transportIds">
-            <list>
-                <value>http://schemas.xmlsoap.org/soap/http</value>
-                <value>http://schemas.xmlsoap.org/wsdl/http/</value>
-                <value>http://schemas.xmlsoap.org/wsdl/soap/http</value>
- 	            <value>http://www.w3.org/2003/05/soap/bindings/HTTP/</value>
-                <value>http://cxf.apache.org/transports/http/configuration</value>
-                <value>http://cxf.apache.org/bindings/xformat</value>
-            </list>
-        </property>
-    </bean>
-</beans>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:foo="http://cxf.apache.org/configuration/foo"
+       xsi:schemaLocation="
+http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+    
+    <bean class="org.apache.cxf.transport.asyncweb.AsyncWebTransportFactory" lazy-init="true">
+        <property name="bus" ref="cxf"/>
+        <property name="transportIds">
+            <list>
+                <value>http://schemas.xmlsoap.org/soap/http</value>
+                <value>http://schemas.xmlsoap.org/wsdl/http/</value>
+                <value>http://schemas.xmlsoap.org/wsdl/soap/http</value>
+ 	            <value>http://www.w3.org/2003/05/soap/bindings/HTTP/</value>
+                <value>http://cxf.apache.org/transports/http/configuration</value>
+                <value>http://cxf.apache.org/bindings/xformat</value>
+            </list>
+        </property>
+    </bean>
+</beans>

Modified: incubator/cxf/sandbox/asyncweb/src/test/resources/org/apache/cxf/transport/asyncweb/test.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/sandbox/asyncweb/src/test/resources/org/apache/cxf/transport/asyncweb/test.xml?view=diff&rev=520162&r1=520161&r2=520162
==============================================================================
--- incubator/cxf/sandbox/asyncweb/src/test/resources/org/apache/cxf/transport/asyncweb/test.xml (original)
+++ incubator/cxf/sandbox/asyncweb/src/test/resources/org/apache/cxf/transport/asyncweb/test.xml Mon Mar 19 16:07:48 2007
@@ -1,26 +1,26 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
- 
-  http://www.apache.org/licenses/LICENSE-2.0
- 
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
-	<soap:Body>
-	<sayHi xmlns="http://asyncweb.xwire.codehaus.org/">
-		<text>hi</text>
-	</sayHi>
-	</soap:Body>
-
-</soap:Envelope>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+ 
+  http://www.apache.org/licenses/LICENSE-2.0
+ 
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
+	<soap:Body>
+	<sayHi xmlns="http://asyncweb.transport.cxf.apache.org/">
+		<text>hi</text>
+	</sayHi>
+	</soap:Body>
+
+</soap:Envelope>