You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/05/31 18:09:15 UTC

svn commit: r543175 [2/2] - in /incubator/tuscany/java/sca: demos/bigbank-account/src/main/java/bigbank/client/ demos/bigbank-account/src/main/java/bigbank/demo/ demos/bigbank-calculator/src/main/java/calculator/demo/ demos/bigbank-stockquote/src/main/...

Modified: incubator/tuscany/java/sca/modules/wsdl2java/src/test/resources/AccountService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/wsdl2java/src/test/resources/AccountService.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/wsdl2java/src/test/resources/AccountService.wsdl (original)
+++ incubator/tuscany/java/sca/modules/wsdl2java/src/test/resources/AccountService.wsdl Thu May 31 09:09:12 2007
@@ -236,7 +236,7 @@
     <wsdl:service name="AccountService">
         <wsdl:port binding="tns:AccountServiceSOAP"
                    name="AccountServiceSOAP">
-            <soap:address location="http://localhost:8080/sample-account/services/AccountService"/>
+            <soap:address location="http://localhost:8085/sample-account/services/AccountService"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>

Modified: incubator/tuscany/java/sca/samples/bigbank/account/src/main/resources/wsdl/AccountService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/bigbank/account/src/main/resources/wsdl/AccountService.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/samples/bigbank/account/src/main/resources/wsdl/AccountService.wsdl (original)
+++ incubator/tuscany/java/sca/samples/bigbank/account/src/main/resources/wsdl/AccountService.wsdl Thu May 31 09:09:12 2007
@@ -461,7 +461,7 @@
 		<wsdl:port binding="account:AccountServiceSOAP"
 			name="AccountServiceSOAP">
 			<soap:address
-				location="http://localhost:8080/sample-bigbank-account/services/AccountService" />
+				location="http://localhost:8085/sample-bigbank-account/services/AccountService" />
 		</wsdl:port>
 	</wsdl:service>
 </wsdl:definitions>

Modified: incubator/tuscany/java/sca/samples/bigbank/webclient/src/main/resources/wsdl/AccountService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/bigbank/webclient/src/main/resources/wsdl/AccountService.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/samples/bigbank/webclient/src/main/resources/wsdl/AccountService.wsdl (original)
+++ incubator/tuscany/java/sca/samples/bigbank/webclient/src/main/resources/wsdl/AccountService.wsdl Thu May 31 09:09:12 2007
@@ -460,7 +460,7 @@
 		<wsdl:port binding="account:AccountServiceSOAP"
 			name="AccountServiceSOAP">
 			<soap:address
-				location="http://localhost:8080/sample-bigbank-account/services/AccountService" />
+				location="http://localhost:8085/sample-bigbank-account/services/AccountService" />
 		</wsdl:port>
 	</wsdl:service>
 </wsdl:definitions>

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/resources/wsdl/helloworld.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/resources/wsdl/helloworld.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/resources/wsdl/helloworld.wsdl (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/resources/wsdl/helloworld.wsdl Thu May 31 09:09:12 2007
@@ -72,7 +72,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/HelloWorldServiceComponent"/>
+            <wsdlsoap:address location="http://localhost:8085/HelloWorldServiceComponent"/>
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldServerTest.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldServerTest.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldServerTest.java (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldServerTest.java Thu May 31 09:09:12 2007
@@ -6,15 +6,15 @@
  * 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.    
+ * under the License.
  */
 package helloworld;
 
@@ -30,7 +30,7 @@
  * Starts up the SCA runtime which starts listening for service requests
  */
 public class HelloWorldServerTest {
-	
+
     private SCADomain scaDomain;
 
         @Before
@@ -41,12 +41,12 @@
                 e.printStackTrace();
             }
 	}
-	
+
 	@Test
 	public void testPing() throws IOException {
-		new Socket("127.0.0.1", 8080);
+		new Socket("127.0.0.1", 8085);
 	}
-	
+
 	@After
 	public void stopServer() throws Exception {
             scaDomain.close();

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl Thu May 31 09:09:12 2007
@@ -72,7 +72,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/HelloWorldServiceComponent"/>
+            <wsdlsoap:address location="http://localhost:8085/HelloWorldServiceComponent"/>
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java Thu May 31 09:09:12 2007
@@ -6,15 +6,15 @@
  * 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.    
+ * under the License.
  */
 package helloworld;
 
@@ -30,19 +30,19 @@
  * Tests that the helloworld server is available
  */
 public class HelloWorldServerTestCase {
-	
+
     private SCADomain scaDomain;
 
         @Before
 	public void startServer() throws Exception {
             scaDomain = SCADomain.newInstance("helloworldws.composite");
 	}
-	
+
 	@Test
 	public void testPing() throws IOException {
-		new Socket("127.0.0.1", 8080);
+		new Socket("127.0.0.1", 8085);
 	}
-	
+
 	@After
 	public void stopServer() throws Exception {
             scaDomain.close();



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org