Author: dkulp
Date: Sat Sep 5 18:42:13 2009
New Revision: 811696
URL: http://svn.apache.org/viewvc?rev=811696&view=rev
Log:
Move jaxws systests to own module
Added:
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/
- copied from r811679,
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/dispatch/
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/handlers/
- copied from r811679,
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/handlers/
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/
- copied from r811679,
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jaxws/
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/provider/
- copied from r811679,
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/provider/
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/swa/
- copied from r811679,
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/swa/
cxf/trunk/systests/jaxws/src/test/resources/attachmentBinaryData
- copied unchanged from r811679,
cxf/trunk/systests/uncategorized/src/test/resources/attachmentBinaryData
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java
(with props)
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java
(with props)
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java
(with props)
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java
(with props)
Removed:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/dispatch/
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/handlers/
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jaxws/
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/provider/
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/swa/
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/ws/
Modified:
cxf/trunk/systests/aegis/ (props changed)
cxf/trunk/systests/jaxrs/ (props changed)
cxf/trunk/systests/jaxws/ (props changed)
cxf/trunk/systests/pom.xml
cxf/trunk/systests/transports/ (props changed)
cxf/trunk/systests/uncategorized/ (props changed)
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/JMSClientServerTest.java
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Server.java
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletClientTest.java
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletServer.java
Propchange: cxf/trunk/systests/aegis/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 5 18:42:13 2009
@@ -0,0 +1,10 @@
+.pmd
+.checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
+.classpath
+.project
+.wtpmodules
+
Propchange: cxf/trunk/systests/jaxrs/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 5 18:42:13 2009
@@ -0,0 +1,10 @@
+.pmd
+.checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
+.classpath
+.project
+.wtpmodules
+
Propchange: cxf/trunk/systests/jaxws/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 5 18:42:13 2009
@@ -0,0 +1,10 @@
+.pmd
+.checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
+.classpath
+.project
+.wtpmodules
+
Modified: cxf/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=811696&r1=811695&r2=811696&view=diff
==============================================================================
--- cxf/trunk/systests/pom.xml (original)
+++ cxf/trunk/systests/pom.xml Sat Sep 5 18:42:13 2009
@@ -33,7 +33,8 @@
<modules>
<module>uncategorized</module>
- <module>aegis</module>
+ <module>jaxws</module>
+ <module>aegis</module>
<module>jaxrs</module>
<module>ws-specs</module>
</modules>
Propchange: cxf/trunk/systests/transports/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Sep 5 18:42:13 2009
@@ -0,0 +1,10 @@
+.pmd
+.checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
+.classpath
+.project
+.wtpmodules
+
Propchange: cxf/trunk/systests/uncategorized/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Sep 5 18:42:13 2009
@@ -1,13 +1,10 @@
+.pmd
+.checkstyle
+.ruleset
target
-
+eclipse-classes
+.settings
.classpath
-
.project
+.wtpmodules
-.settings
-
-.ruleset
-
-.checkstyle
-
-.pmd
Added:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java?rev=811696&view=auto
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java
(added)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java
Sat Sep 5 18:42:13 2009
@@ -0,0 +1,31 @@
+/**
+ * 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.
+ */
+package org.apache.cxf.systest.jms;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+...@soapbinding(use = SOAPBinding.Use.LITERAL)
+...@webservice(name = "Hello", targetNamespace =
"http://cxf.apache.org/systest/jaxws/")
+public interface Hello {
+ @SOAPBinding(style = SOAPBinding.Style.RPC)
+ @WebMethod(operationName = "sayHi", exclude = false)
+ String sayHi(String value);
+}
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Hello.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java?rev=811696&view=auto
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java
(added)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java
Sat Sep 5 18:42:13 2009
@@ -0,0 +1,31 @@
+/**
+ * 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.
+ */
+package org.apache.cxf.systest.jms;
+import javax.jws.WebService;
+
+
+...@webservice(name = "Hello", serviceName = "HelloService", portName =
"HelloPort",
+ targetNamespace = "http://cxf.apache.org/systest/jaxws/",
+ endpointInterface = "org.apache.cxf.systest.jms.Hello")
+public class HelloImpl implements Hello {
+ public String sayHi(String arg0) {
+ return "get" + arg0;
+ }
+
+}
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/HelloImpl.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Modified:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/JMSClientServerTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/JMSClientServerTest.java?rev=811696&r1=811695&r2=811696&view=diff
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/JMSClientServerTest.java
(original)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/JMSClientServerTest.java
Sat Sep 5 18:42:13 2009
@@ -62,7 +62,6 @@
import org.apache.cxf.jms_mtom.JMSMTOMPortType;
import org.apache.cxf.jms_mtom.JMSMTOMService;
import org.apache.cxf.service.model.EndpointInfo;
-import org.apache.cxf.systest.jaxws.Hello;
import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
import org.apache.cxf.transport.jms.AddressType;
import org.apache.cxf.transport.jms.JMSConduit;
Modified:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Server.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Server.java?rev=811696&r1=811695&r2=811696&view=diff
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Server.java
(original)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/jms/Server.java
Sat Sep 5 18:42:13 2009
@@ -24,8 +24,6 @@
import org.apache.cxf.jaxws.EndpointImpl;
import org.apache.cxf.jaxws.JaxWsServerFactoryBean;
-import org.apache.cxf.systest.jaxws.Hello;
-import org.apache.cxf.systest.jaxws.HelloImpl;
import org.apache.cxf.testutil.common.AbstractBusTestServerBase;
import org.apache.cxf.transport.jms.spec.JMSSpecConstants;
Added:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java?rev=811696&view=auto
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java
(added)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java
Sat Sep 5 18:42:13 2009
@@ -0,0 +1,31 @@
+/**
+ * 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.
+ */
+package org.apache.cxf.systest.servlet;
+
+import javax.jws.WebMethod;
+import javax.jws.WebService;
+import javax.jws.soap.SOAPBinding;
+
+...@soapbinding(use = SOAPBinding.Use.LITERAL)
+...@webservice(name = "Hello", targetNamespace =
"http://cxf.apache.org/systest/jaxws/")
+public interface Hello {
+ @SOAPBinding(style = SOAPBinding.Style.RPC)
+ @WebMethod(operationName = "sayHi", exclude = false)
+ String sayHi(String value);
+}
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/Hello.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java?rev=811696&view=auto
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java
(added)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java
Sat Sep 5 18:42:13 2009
@@ -0,0 +1,31 @@
+/**
+ * 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.
+ */
+package org.apache.cxf.systest.servlet;
+import javax.jws.WebService;
+
+
+...@webservice(name = "Hello", serviceName = "HelloService", portName =
"HelloPort",
+ targetNamespace = "http://cxf.apache.org/systest/jaxws/",
+ endpointInterface = "org.apache.cxf.systest.servlet.Hello")
+public class HelloImpl implements Hello {
+ public String sayHi(String arg0) {
+ return "get" + arg0;
+ }
+
+}
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/HelloImpl.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Modified:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletClientTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletClientTest.java?rev=811696&r1=811695&r2=811696&view=diff
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletClientTest.java
(original)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletClientTest.java
Sat Sep 5 18:42:13 2009
@@ -27,7 +27,6 @@
import com.meterware.httpunit.WebResponse;
import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;
-import org.apache.cxf.systest.jaxws.Hello;
import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
import org.apache.hello_world_soap_http.Greeter;
import org.apache.hello_world_soap_http.SOAPService;
Modified:
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletServer.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletServer.java?rev=811696&r1=811695&r2=811696&view=diff
==============================================================================
---
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletServer.java
(original)
+++
cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/servlet/NoSpringServletServer.java
Sat Sep 5 18:42:13 2009
@@ -22,7 +22,6 @@
import org.apache.cxf.Bus;
import org.apache.cxf.BusFactory;
-import org.apache.cxf.systest.jaxws.HelloImpl;
import org.apache.cxf.testutil.common.AbstractBusTestServerBase;
import org.apache.cxf.transport.servlet.CXFNonSpringServlet;
import org.apache.hello_world_soap_http.GreeterImpl;