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 [1/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/...

Author: lresende
Date: Thu May 31 09:09:12 2007
New Revision: 543175

URL: http://svn.apache.org/viewvc?view=rev&rev=543175
Log:
Changing default ports from 8080 to 8085 in order to be able to run continuum builds on apache machine

Modified:
    incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/client/BigBankClient.java
    incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/demo/BigBankServer.java
    incubator/tuscany/java/sca/demos/bigbank-calculator/src/main/java/calculator/demo/CalculatorServer.java
    incubator/tuscany/java/sca/demos/bigbank-stockquote/src/main/java/stockquote/demo/StockQuoteServer.java
    incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/java/credit/CreditCheckServer.java
    incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/resources/wsdl/credit.wsdl
    incubator/tuscany/java/sca/demos/mortgage-loanapproval/src/main/resources/wsdl/credit.wsdl
    incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/main/resources/wsdl/testtool.wsdl
    incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTest.java
    incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/bindingscomposite-system.composite
    incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/wsdl/testtool.wsdl
    incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTestCase.java
    incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/generate/Greeter.wsdl.vm
    incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/JAXBGreeter.wsdl.vm
    incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/SDOGreeter.wsdl.vm
    incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl
    incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl
    incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl
    incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl
    incubator/tuscany/java/sca/itest/wsdl/src/main/resources/SDOWSDLTest.composite
    incubator/tuscany/java/sca/itest/wsdl/src/main/resources/WSDLTest.composite
    incubator/tuscany/java/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
    incubator/tuscany/java/sca/modules/binding-jms/src/test/resources/wsdl/helloworld.wsdl
    incubator/tuscany/java/sca/modules/binding-jsonrpc/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCServiceTestCase.java
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/main/java/org/apache/tuscany/sca/binding/axis2/Axis2ServiceBindingProvider.java
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/java/org/apache/tuscany/sca/binding/axis2/itests/QuestionMarkWSDLTestCaseFIXME.java
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultMultiService.composite
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultSingleService.composite
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLExplicitURI.composite
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLRelativeURI.composite
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld-om-uri.wsdl
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld-om.composite
    incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld.wsdl
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/Calculator.composite
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/CalculatorImpl.componentType
    incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl
    incubator/tuscany/java/sca/modules/http-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/JettyServer.java
    incubator/tuscany/java/sca/modules/http-jetty/src/test/java/org/apache/tuscany/sca/http/jetty/JettyServerTestCase.java
    incubator/tuscany/java/sca/modules/http-tomcat/src/main/java/org/apache/tuscany/sca/http/tomcat/TomcatServer.java
    incubator/tuscany/java/sca/modules/http-tomcat/src/test/java/org/apache/tuscany/sca/http/tomcat/TomcatServerTestCase.java
    incubator/tuscany/java/sca/modules/interface-wsdl-xml/src/test/resources/org/apache/tuscany/sca/interfacedef/wsdl/xml/test1.wsdl
    incubator/tuscany/java/sca/modules/java2wsdl/src/test/resources/AccountService.wsdl
    incubator/tuscany/java/sca/modules/wsdl2java/src/test/resources/AccountService.wsdl
    incubator/tuscany/java/sca/samples/bigbank/account/src/main/resources/wsdl/AccountService.wsdl
    incubator/tuscany/java/sca/samples/bigbank/webclient/src/main/resources/wsdl/AccountService.wsdl
    incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/resources/wsdl/helloworld.wsdl
    incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldServerTest.java
    incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
    incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldServerTestCase.java

Modified: incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/client/BigBankClient.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/client/BigBankClient.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/client/BigBankClient.java (original)
+++ incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/client/BigBankClient.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 bigbank.client;
@@ -28,15 +28,15 @@
  * and locate and invoke a SCA component
  */
 public class BigBankClient {
-    
+
     public static void main(String[] args) throws Exception {
 
-        SCADomain domain = SCADomain.newInstance("http://localhost:8080", "/", "BigBank.composite");
-        
+        SCADomain domain = SCADomain.newInstance("http://localhost:8085", "/", "BigBank.composite");
+
         AccountService accountService = domain.getService(AccountService.class, "AccountServiceComponent");
 
         String customerID = "1234";
-        
+
         System.out.println("Calling account service for customer: " + customerID);
         System.out.println();
         double balance = accountService.getAccountReport(customerID);
@@ -45,6 +45,6 @@
         System.out.println("Balance: " + balance);
 
         domain.close();
-    }  
+    }
 
 }

Modified: incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/demo/BigBankServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/demo/BigBankServer.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/demo/BigBankServer.java (original)
+++ incubator/tuscany/java/sca/demos/bigbank-account/src/main/java/bigbank/demo/BigBankServer.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 bigbank.demo;
@@ -26,19 +26,19 @@
  * and locate and invoke a SCA component
  */
 public class BigBankServer {
-    
+
     public static void main(String[] args) throws Exception {
 
         System.out.println("Starting the Sample SCA BigBank server...");
-        
-        SCADomain domain = SCADomain.newInstance("http://localhost:8080", "/", "BigBank.composite");
-        
+
+        SCADomain domain = SCADomain.newInstance("http://localhost:8085", "/", "BigBank.composite");
+
         System.out.println("Press Enter to Exit...");
         System.in.read();
-        
+
         domain.close();
-        
+
         System.out.println("Bye");
-    }  
+    }
 
 }

Modified: incubator/tuscany/java/sca/demos/bigbank-calculator/src/main/java/calculator/demo/CalculatorServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank-calculator/src/main/java/calculator/demo/CalculatorServer.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/bigbank-calculator/src/main/java/calculator/demo/CalculatorServer.java (original)
+++ incubator/tuscany/java/sca/demos/bigbank-calculator/src/main/java/calculator/demo/CalculatorServer.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 calculator.demo;
@@ -25,18 +25,18 @@
  * @version $Rev$ $Date$
  */
 public class CalculatorServer {
-    
+
     public static void main(String[] args) throws Exception {
-        
+
         System.out.println("Starting the Sample SCA Calculator...");
-        
-        SCADomain domain = SCADomain.newInstance("http://localhost:8080", "/", "Calculator.composite");
-        
+
+        SCADomain domain = SCADomain.newInstance("http://localhost:8085", "/", "Calculator.composite");
+
         System.out.println("Press Enter to Exit...");
         System.in.read();
-        
+
         domain.close();
-        
+
         System.out.println("Bye");
         System.exit(0);
     }

Modified: incubator/tuscany/java/sca/demos/bigbank-stockquote/src/main/java/stockquote/demo/StockQuoteServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/bigbank-stockquote/src/main/java/stockquote/demo/StockQuoteServer.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/bigbank-stockquote/src/main/java/stockquote/demo/StockQuoteServer.java (original)
+++ incubator/tuscany/java/sca/demos/bigbank-stockquote/src/main/java/stockquote/demo/StockQuoteServer.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 stockquote.demo;
 
@@ -29,8 +29,8 @@
     public static void main(String[] args) throws Exception {
 
         System.out.println("Starting the Sample SCA StockQuote Service...");
-        
-        SCADomain domain = SCADomain.newInstance("http://localhost:8080", "/", "StockQuote.composite");
+
+        SCADomain domain = SCADomain.newInstance("http://localhost:8085", "/", "StockQuote.composite");
 
         System.out.println("Press Enter to Exit...");
         System.in.read();

Modified: incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/java/credit/CreditCheckServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/java/credit/CreditCheckServer.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/java/credit/CreditCheckServer.java (original)
+++ incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/java/credit/CreditCheckServer.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 credit;
@@ -28,8 +28,8 @@
     public static void main(String[] args) throws Exception {
 
         System.out.println("Starting the CreditCheck Service...");
-        
-        SCADomain domain = SCADomain.newInstance("http://localhost:8080", "/", "CreditCheck.composite");
+
+        SCADomain domain = SCADomain.newInstance("http://localhost:8085", "/", "CreditCheck.composite");
 
         System.out.println("Press Enter to Exit...");
         System.in.read();

Modified: incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/resources/wsdl/credit.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/resources/wsdl/credit.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/resources/wsdl/credit.wsdl (original)
+++ incubator/tuscany/java/sca/demos/mortgage-creditcheck/src/main/resources/wsdl/credit.wsdl Thu May 31 09:09:12 2007
@@ -74,7 +74,7 @@
 
     <wsdl:service name="CreditCheckService">
         <wsdl:port binding="tns:CreditCheckSoapBinding" name="CreditCheckSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/CreditCheckServiceComponent/CreditCheckService" />
+            <wsdlsoap:address location="http://localhost:8085/CreditCheckServiceComponent/CreditCheckService" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/demos/mortgage-loanapproval/src/main/resources/wsdl/credit.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/demos/mortgage-loanapproval/src/main/resources/wsdl/credit.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/demos/mortgage-loanapproval/src/main/resources/wsdl/credit.wsdl (original)
+++ incubator/tuscany/java/sca/demos/mortgage-loanapproval/src/main/resources/wsdl/credit.wsdl Thu May 31 09:09:12 2007
@@ -74,7 +74,7 @@
 
     <wsdl:service name="CreditCheckService">
         <wsdl:port binding="tns:CreditCheckSoapBinding" name="CreditCheckSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/CreditCheckServiceComponent/CreditCheckService" />
+            <wsdlsoap:address location="http://localhost:8085/CreditCheckServiceComponent/CreditCheckService" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/main/resources/wsdl/testtool.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/main/resources/wsdl/testtool.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/main/resources/wsdl/testtool.wsdl (original)
+++ incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/main/resources/wsdl/testtool.wsdl Thu May 31 09:09:12 2007
@@ -263,7 +263,7 @@
 
     <wsdl:service name="SCATestToolService">
         <wsdl:port binding="tns:SCATestToolServiceSoapBinding" name="SCATestToolServiceSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/services/SCATestToolWSService" />
+            <wsdlsoap:address location="http://localhost:8085/services/SCATestToolWSService" />
 
         </wsdl:port>
 

Modified: incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTest.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTest.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTest.java (original)
+++ incubator/tuscany/java/sca/itest/bindings/bindingsclient/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTest.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 org.apache.tuscany.sca.itest;
 
@@ -27,16 +27,16 @@
 import org.apache.tuscany.api.SCARuntime;
 
 public class SCATestToolServerTest extends TestCase {
-	
+
 	@Override
 	protected void setUp() throws Exception {
 		SCARuntime.start("bindingscomposite-system.composite", "bindingscomposite.composite");
 	}
-	
+
 	public void testPing() throws IOException {
-		new Socket("127.0.0.1", 8080);
+		new Socket("127.0.0.1", 8085);
 	}
-	
+
 	@Override
 	protected void tearDown() throws Exception {
 		SCARuntime.stop();

Modified: incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/bindingscomposite-system.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/bindingscomposite-system.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/bindingscomposite-system.composite (original)
+++ incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/bindingscomposite-system.composite Thu May 31 09:09:12 2007
@@ -30,7 +30,7 @@
 
     <component name="httpserver">
         <t:implementation.system class="org.apache.tuscany.service.jetty.JettyServiceImpl" />
-        <property name="httpPort">8080</property>
+        <property name="httpPort">8085</property>
     </component>
 
 </composite>

Modified: incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/wsdl/testtool.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/wsdl/testtool.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/wsdl/testtool.wsdl (original)
+++ incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/main/resources/wsdl/testtool.wsdl Thu May 31 09:09:12 2007
@@ -263,7 +263,7 @@
 
     <wsdl:service name="SCATestToolService">
         <wsdl:port binding="tns:SCATestToolServiceSoapBinding" name="SCATestToolServiceSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/services/SCATestToolWSService" />
+            <wsdlsoap:address location="http://localhost:8085/services/SCATestToolWSService" />
 
         </wsdl:port>
 

Modified: incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTestCase.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTestCase.java (original)
+++ incubator/tuscany/java/sca/itest/bindings/bindingscomposite/src/test/java/org/apache/tuscany/sca/itest/SCATestToolServerTestCase.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 org.apache.tuscany.sca.itest;
 
@@ -34,7 +34,7 @@
     }
 
     public void testPing() throws IOException {
-        new Socket("127.0.0.1", 8080);
+        new Socket("127.0.0.1", 8085);
     }
 
     @Override

Modified: incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/generate/Greeter.wsdl.vm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/generate/Greeter.wsdl.vm?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/generate/Greeter.wsdl.vm (original)
+++ incubator/tuscany/java/sca/itest/databindings/common/src/main/resources/generate/Greeter.wsdl.vm Thu May 31 09:09:12 2007
@@ -96,7 +96,7 @@
 
     <wsdl:service name="GreeterService">
         <wsdl:port name="GreeterPort" binding="tns:GreeterBinding">
-            <wsdlsoap:address location="http://localhost:8080/services/GreeterServiceWebServiceBinding" />
+            <wsdlsoap:address location="http://localhost:8085/services/GreeterServiceWebServiceBinding" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/JAXBGreeter.wsdl.vm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/JAXBGreeter.wsdl.vm?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/JAXBGreeter.wsdl.vm (original)
+++ incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/JAXBGreeter.wsdl.vm Thu May 31 09:09:12 2007
@@ -96,7 +96,7 @@
 
     <wsdl:service name="GreeterService">
         <wsdl:port name="GreeterPort" binding="tns:GreeterBinding">
-            <wsdlsoap:address location="http://localhost:8080/services/JAXBGreeterServiceWebServiceBinding" />
+            <wsdlsoap:address location="http://localhost:8085/services/JAXBGreeterServiceWebServiceBinding" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/SDOGreeter.wsdl.vm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/SDOGreeter.wsdl.vm?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/SDOGreeter.wsdl.vm (original)
+++ incubator/tuscany/java/sca/itest/databindings/interop/src/main/resources/generate/SDOGreeter.wsdl.vm Thu May 31 09:09:12 2007
@@ -96,7 +96,7 @@
 
     <wsdl:service name="GreeterService">
         <wsdl:port name="GreeterPort" binding="tns:GreeterBinding">
-            <wsdlsoap:address location="http://localhost:8080/services/SDOGreeterServiceWebServiceBinding" />
+            <wsdlsoap:address location="http://localhost:8085/services/SDOGreeterServiceWebServiceBinding" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl (original)
+++ incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl Thu May 31 09:09:12 2007
@@ -132,7 +132,7 @@
 
     <wsdl:service name="StockExceptionTestService">
         <wsdl:port binding="tns:StockExceptionTestServiceSoapBinding" name="StockExceptionTestServiceSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/StockExceptionTestService/services/StockExceptionTestService" />
+            <wsdlsoap:address location="http://localhost:8085/StockExceptionTestService/services/StockExceptionTestService" />
 
         </wsdl:port>
 

Modified: incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl (original)
+++ incubator/tuscany/java/sca/itest/exceptions-cross-binding-ws/src/main/resources/wsdl/StockExceptionTest.wsdl Thu May 31 09:09:12 2007
@@ -139,7 +139,7 @@
 
     <wsdl:service name="StockExceptionTestService">
         <wsdl:port binding="tns:StockExceptionTestServiceSoapBinding" name="StockExceptionTestServiceSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/services/exchangeJaxbService" />
+            <wsdlsoap:address location="http://localhost:8085/services/exchangeJaxbService" />
 
         </wsdl:port>
 

Modified: incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl (original)
+++ incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl.sdo/StockExceptionTest.wsdl Thu May 31 09:09:12 2007
@@ -132,7 +132,7 @@
 
     <wsdl:service name="StockExceptionTestService">
         <wsdl:port binding="tns:StockExceptionTestServiceSoapBinding" name="StockExceptionTestServiceSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/StockExceptionTestService/services/StockExceptionTestService" />
+            <wsdlsoap:address location="http://localhost:8085/StockExceptionTestService/services/StockExceptionTestService" />
 
         </wsdl:port>
 

Modified: incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl (original)
+++ incubator/tuscany/java/sca/itest/exceptions-cross-binding/src/main/resources/wsdl/StockExceptionTest.wsdl Thu May 31 09:09:12 2007
@@ -139,7 +139,7 @@
 
     <wsdl:service name="StockExceptionTestService">
         <wsdl:port binding="tns:StockExceptionTestServiceSoapBinding" name="StockExceptionTestServiceSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/StockExceptionTestService/services/StockExceptionTestService" />
+            <wsdlsoap:address location="http://localhost:8085/StockExceptionTestService/services/StockExceptionTestService" />
 
         </wsdl:port>
 

Modified: incubator/tuscany/java/sca/itest/wsdl/src/main/resources/SDOWSDLTest.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl/src/main/resources/SDOWSDLTest.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/wsdl/src/main/resources/SDOWSDLTest.composite (original)
+++ incubator/tuscany/java/sca/itest/wsdl/src/main/resources/SDOWSDLTest.composite Thu May 31 09:09:12 2007
@@ -127,7 +127,7 @@
     <reference name="Component3a4aRef" promote="Component3a4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService" />
+        	uri="http://localhost:8085/AccountService" />
     </reference>
 
     <component name="Component3a4b">
@@ -136,7 +136,7 @@
     <reference name="Component3a4bRef" promote="Component3a4b/accountService">
         <interface.wsdl interface="http://www.bigbank.com/account#wsdl.interface(AccountService)"/>
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService" />
+        	uri="http://localhost:8085/AccountService" />
     </reference>
 
     <component name="Component3b4a">
@@ -145,7 +145,7 @@
     <reference name="Component3b4aRef" promote="Component3b4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService" />
+        	uri="http://localhost:8085/AccountService" />
     </reference>
     
     <component name="Component3b4b">
@@ -154,7 +154,7 @@
     <reference name="Component3b4bRef" promote="Component3b4b/accountService">
         <interface.wsdl interface="http://www.bigbank.com/account#wsdl.interface(AccountService)"/>
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService" />
+        	uri="http://localhost:8085/AccountService" />
     </reference>
 
     <!-- target service -->
@@ -188,7 +188,7 @@
     <reference name="ClientRef1a2a3a4a" promote="Client1a2a3a4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2a3a4a" />
+        	uri="http://localhost:8085/AccountService1a2a3a4a" />
     </reference>
 
     <component name="Client1a2a3a4b">
@@ -198,7 +198,7 @@
     <reference name="ClientRef1a2a3a4b" promote="Client1a2a3a4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2a3a4b" />
+        	uri="http://localhost:8085/AccountService1a2a3a4b" />
     </reference>
 
     <component name="Client1a2a3b4a">
@@ -208,7 +208,7 @@
     <reference name="ClientRef1a2a3b4a" promote="Client1a2a3b4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2a3b4a" />
+        	uri="http://localhost:8085/AccountService1a2a3b4a" />
     </reference>
 
     <component name="Client1a2a3b4b">
@@ -218,7 +218,7 @@
     <reference name="ClientRef1a2a3b4b" promote="Client1a2a3b4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2a3b4b" />
+        	uri="http://localhost:8085/AccountService1a2a3b4b" />
     </reference>
 
     <component name="Client1a2b3a4a">
@@ -228,7 +228,7 @@
     <reference name="ClientRef1a2b3a4a" promote="Client1a2b3a4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2b3a4a" />
+        	uri="http://localhost:8085/AccountService1a2b3a4a" />
     </reference>
 
     <component name="Client1a2b3a4b">
@@ -238,7 +238,7 @@
     <reference name="ClientRef1a2b3a4b" promote="Client1a2b3a4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2b3a4b" />
+        	uri="http://localhost:8085/AccountService1a2b3a4b" />
     </reference>
 
     <component name="Client1a2b3b4a">
@@ -248,7 +248,7 @@
     <reference name="ClientRef1a2b3b4a" promote="Client1a2b3b4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2b3b4a" />
+        	uri="http://localhost:8085/AccountService1a2b3b4a" />
     </reference>
 
     <component name="Client1a2b3b4b">
@@ -258,7 +258,7 @@
     <reference name="ClientRef1a2b3b4b" promote="Client1a2b3b4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1a2b3b4b" />
+        	uri="http://localhost:8085/AccountService1a2b3b4b" />
     </reference>
 
     <component name="Client1b2a3a4a">
@@ -268,7 +268,7 @@
     <reference name="ClientRef1b2a3a4a" promote="Client1b2a3a4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2a3a4a" />
+        	uri="http://localhost:8085/AccountService1b2a3a4a" />
     </reference>
 
     <component name="Client1b2a3a4b">
@@ -278,7 +278,7 @@
     <reference name="ClientRef1b2a3a4b" promote="Client1b2a3a4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2a3a4b" />
+        	uri="http://localhost:8085/AccountService1b2a3a4b" />
     </reference>
 
     <component name="Client1b2a3b4a">
@@ -288,7 +288,7 @@
     <reference name="ClientRef1b2a3b4a" promote="Client1b2a3b4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2a3b4a" />
+        	uri="http://localhost:8085/AccountService1b2a3b4a" />
     </reference>
 
     <component name="Client1b2a3b4b">
@@ -298,7 +298,7 @@
     <reference name="ClientRef1b2a3b4b" promote="Client1b2a3b4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2a3b4b" />
+        	uri="http://localhost:8085/AccountService1b2a3b4b" />
     </reference>
 
     <component name="Client1b2b3a4a">
@@ -308,7 +308,7 @@
     <reference name="ClientRef1b2b3a4a" promote="Client1b2b3a4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2b3a4a" />
+        	uri="http://localhost:8085/AccountService1b2b3a4a" />
     </reference>
 
     <component name="Client1b2b3a4b">
@@ -318,7 +318,7 @@
     <reference name="ClientRef1b2b3a4b" promote="Client1b2b3a4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2b3a4b" />
+        	uri="http://localhost:8085/AccountService1b2b3a4b" />
     </reference>
 
     <component name="Client1b2b3b4a">
@@ -328,7 +328,7 @@
     <reference name="ClientRef1b2b3b4a" promote="Client1b2b3b4a/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2b3b4a" />
+        	uri="http://localhost:8085/AccountService1b2b3b4a" />
     </reference>
 
     <component name="Client1b2b3b4b">
@@ -338,7 +338,7 @@
     <reference name="ClientRef1b2b3b4b" promote="Client1b2b3b4b/accountService">
         <interface.java interface="bigbank.account.services.accountdata.AccountDataService" />
         <binding.ws wsdlElement="http://www.bigbank.com/account#wsdl.endpoint(AccountService/AccountServiceSOAP)"
-        	uri="http://localhost:8080/AccountService1b2b3b4b" />
+        	uri="http://localhost:8085/AccountService1b2b3b4b" />
     </reference>
 
 </composite>

Modified: incubator/tuscany/java/sca/itest/wsdl/src/main/resources/WSDLTest.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl/src/main/resources/WSDLTest.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/wsdl/src/main/resources/WSDLTest.composite (original)
+++ incubator/tuscany/java/sca/itest/wsdl/src/main/resources/WSDLTest.composite Thu May 31 09:09:12 2007
@@ -128,7 +128,7 @@
     <reference name="Component3a4aRef" promote="Component3a4a/comp" >
         <interface.java interface="helloworld.HelloWorldService" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-                    uri="http://localhost:8080/HelloWorldWebService" />
+                    uri="http://localhost:8085/HelloWorldWebService" />
     </reference>
 
     <component name="Component3a4b">
@@ -138,7 +138,7 @@
     <reference name="Component3a4bRef" promote="Component3a4b/comp" >
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-                    uri="http://localhost:8080/HelloWorldWebService" />
+                    uri="http://localhost:8085/HelloWorldWebService" />
     </reference>
 
     <component name="Component3b4a">
@@ -148,7 +148,7 @@
     <reference name="Component3b4aRef" promote="Component3b4a/comp" >
         <interface.java interface="helloworld.HelloWorldService" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-                    uri="http://localhost:8080/HelloWorldWebService" />
+                    uri="http://localhost:8085/HelloWorldWebService" />
     </reference>
 
     <component name="Component3b4b">
@@ -158,7 +158,7 @@
     <reference name="Component3b4bRef" promote="Component3b4b/comp" >
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-                    uri="http://localhost:8080/HelloWorldWebService" />
+                    uri="http://localhost:8085/HelloWorldWebService" />
     </reference>
 
 
@@ -185,7 +185,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2a3a4a" />
+			uri="http://localhost:8085/HelloWorldService1a2a3a4a" />
     </reference>
     
     <component name="Client1a2a3a4b">
@@ -197,7 +197,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2a3a4b" />
+			uri="http://localhost:8085/HelloWorldService1a2a3a4b" />
     </reference>
     
     <component name="Client1a2a3b4a">
@@ -209,7 +209,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2a3b4a" />
+			uri="http://localhost:8085/HelloWorldService1a2a3b4a" />
     </reference>
     
     <component name="Client1a2a3b4b">
@@ -221,7 +221,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2a3b4b" />
+			uri="http://localhost:8085/HelloWorldService1a2a3b4b" />
     </reference>
     
     <component name="Client1a2b3a4a">
@@ -233,7 +233,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2b3a4a" />
+			uri="http://localhost:8085/HelloWorldService1a2b3a4a" />
     </reference>
     
     <component name="Client1a2b3a4b">
@@ -245,7 +245,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2b3a4b" />
+			uri="http://localhost:8085/HelloWorldService1a2b3a4b" />
     </reference>
     
     <component name="Client1a2b3b4a">
@@ -257,7 +257,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2b3b4a" />
+			uri="http://localhost:8085/HelloWorldService1a2b3b4a" />
     </reference>
     
     <component name="Client1a2b3b4b">
@@ -269,7 +269,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1a2b3b4b" />
+			uri="http://localhost:8085/HelloWorldService1a2b3b4b" />
     </reference>
     
     <component name="Client1b2a3a4a">
@@ -281,7 +281,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2a3a4a" />
+			uri="http://localhost:8085/HelloWorldService1b2a3a4a" />
     </reference>
     
     <component name="Client1b2a3a4b">
@@ -293,7 +293,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2a3a4b" />
+			uri="http://localhost:8085/HelloWorldService1b2a3a4b" />
     </reference>
     
     <component name="Client1b2a3b4a">
@@ -305,7 +305,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2a3b4a" />
+			uri="http://localhost:8085/HelloWorldService1b2a3b4a" />
     </reference>
     
     <component name="Client1b2a3b4b">
@@ -317,7 +317,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2a3b4b" />
+			uri="http://localhost:8085/HelloWorldService1b2a3b4b" />
     </reference>
     
     <component name="Client1b2b3a4a">
@@ -329,7 +329,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2b3a4a" />
+			uri="http://localhost:8085/HelloWorldService1b2b3a4a" />
     </reference>
     
     <component name="Client1b2b3a4b">
@@ -341,7 +341,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)"/>
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2b3a4b" />
+			uri="http://localhost:8085/HelloWorldService1b2b3a4b" />
     </reference>
     
     <component name="Client1b2b3b4a">
@@ -353,7 +353,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2b3b4a" />
+			uri="http://localhost:8085/HelloWorldService1b2b3b4a" />
     </reference>
     
     <component name="Client1b2b3b4b">
@@ -365,7 +365,7 @@
         <!-- interface.java interface="helloworld.HelloWorldService" / -->
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-			uri="http://localhost:8080/HelloWorldService1b2b3b4b" />
+			uri="http://localhost:8085/HelloWorldService1b2b3b4b" />
     </reference>
     
 </composite>

Modified: incubator/tuscany/java/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/itest/wsdl/src/main/resources/wsdl/AccountService.wsdl (original)
+++ incubator/tuscany/java/sca/itest/wsdl/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/services/AccountService" />
+				location="http://localhost:8085/services/AccountService" />
 		</wsdl:port>
 	</wsdl:service>
 </wsdl:definitions>

Modified: incubator/tuscany/java/sca/modules/binding-jms/src/test/resources/wsdl/helloworld.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-jms/src/test/resources/wsdl/helloworld.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-jms/src/test/resources/wsdl/helloworld.wsdl (original)
+++ incubator/tuscany/java/sca/modules/binding-jms/src/test/resources/wsdl/helloworld.wsdl Thu May 31 09:09:12 2007
@@ -123,7 +123,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/sample-helloworldws-async-1.0-incubator-SNAPSHOT/services/HelloWorldWebService"/>
+            <wsdlsoap:address location="http://localhost:8085/sample-helloworldws-async-1.0-incubator-SNAPSHOT/services/HelloWorldWebService"/>
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/modules/binding-jsonrpc/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCServiceTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-jsonrpc/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCServiceTestCase.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-jsonrpc/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCServiceTestCase.java (original)
+++ incubator/tuscany/java/sca/modules/binding-jsonrpc/src/test/java/org/apache/tuscany/sca/binding/jsonrpc/JSONRPCServiceTestCase.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 org.apache.tuscany.sca.binding.jsonrpc;
 
@@ -36,26 +36,28 @@
 public class JSONRPCServiceTestCase extends TestCase {
 
     private static final String SERVICE_PATH = "/EchoService";
-    private static final String SERVICE_URL = "http://localhost:8080/SCADomain" + SERVICE_PATH;
+
+    private static final String SERVICE_URL = "http://localhost:8085/SCADomain" + SERVICE_PATH;
+
     private SCADomain domain;
 
     protected void setUp() throws Exception {
         domain = SCADomain.newInstance("JSONRPCBinding.composite");
     }
-    
+
     protected void tearDown() throws Exception {
     	domain.close();
     }
 
     public void testJSONRPCBinding() throws Exception {
         JSONObject jsonRequest = new JSONObject("{ \"method\": \"echo\", \"params\": [\"Hello JSON-RPC\"], \"id\": 1}");
-        
+
         WebConversation wc = new WebConversation();
-        WebRequest request   = new PostMethodWebRequest( SERVICE_URL, new ByteArrayInputStream(jsonRequest.toString().getBytes("UTF-8")),"application/json");        
+        WebRequest request   = new PostMethodWebRequest( SERVICE_URL, new ByteArrayInputStream(jsonRequest.toString().getBytes("UTF-8")),"application/json");
         WebResponse response = wc.getResource(request);
-                   
+
         assertEquals(200, response.getResponseCode());
-        JSONObject jsonResp = new JSONObject(response.getText());                                   
+        JSONObject jsonResp = new JSONObject(response.getText());
         assertEquals("echo: Hello JSON-RPC", jsonResp.getString("result"));
     }
 

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/main/java/org/apache/tuscany/sca/binding/axis2/Axis2ServiceBindingProvider.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/main/java/org/apache/tuscany/sca/binding/axis2/Axis2ServiceBindingProvider.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/main/java/org/apache/tuscany/sca/binding/axis2/Axis2ServiceBindingProvider.java (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/main/java/org/apache/tuscany/sca/binding/axis2/Axis2ServiceBindingProvider.java Thu May 31 09:09:12 2007
@@ -65,7 +65,7 @@
     private MessageFactory messageFactory;
 
     // TODO: what to do about the base URI?
-    private static final String BASE_URI = "http://localhost:8080/";
+    private static final String BASE_URI = "http://localhost:8085/";
 
     public Axis2ServiceBindingProvider(RuntimeComponent component,
                                        RuntimeComponentService service,
@@ -142,7 +142,7 @@
      * 4. The implicit URI as defined by in section 1.7 in the SCA Assembly spec
      * If the <binding.ws> has no wsdlElement but does have a uri attribute then
      * the uri takes precidence over any implicitly used WSDL.
-     * 
+     *
      * @param parent
      */
     protected URI computeActualURI(String baseURI, RuntimeComponent component, RuntimeComponentService service) {
@@ -370,7 +370,7 @@
         requestMsg.setBody(args);
 
         Message workContext = ThreadMessageContext.getMessageContext();
-        
+
         ThreadMessageContext.setMessageContext(requestMsg);
         try {
             if (isConversational() && conversationID != null) {

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/java/org/apache/tuscany/sca/binding/axis2/itests/QuestionMarkWSDLTestCaseFIXME.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/java/org/apache/tuscany/sca/binding/axis2/itests/QuestionMarkWSDLTestCaseFIXME.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/java/org/apache/tuscany/sca/binding/axis2/itests/QuestionMarkWSDLTestCaseFIXME.java (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/java/org/apache/tuscany/sca/binding/axis2/itests/QuestionMarkWSDLTestCaseFIXME.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 org.apache.tuscany.sca.binding.axis2.itests;
@@ -35,30 +35,30 @@
 import org.apache.tuscany.sca.host.embedded.SCADomain;
 
 /**
- * TODO: This doesn't work right now as it seems to cause hangs when running 
+ * TODO: This doesn't work right now as it seems to cause hangs when running
  * from mvn. Also running in eclipse mostly only works if you comment out
- * one of the test methods.  
+ * one of the test methods.
  */
 public class QuestionMarkWSDLTestCaseFIXME extends TestCase {
 
     private SCADomain domain;
-    
+
     /**
-     * Tests ?wsdl works and returns the correct port endpoint from the WSDL 
+     * Tests ?wsdl works and returns the correct port endpoint from the WSDL
      */
     public void testWSDLPortEndpoint() throws Exception {
         WSDLReader wsdlReader = WSDLFactory.newInstance().newWSDLReader();
         wsdlReader.setFeature("javax.wsdl.verbose",false);
         wsdlReader.setFeature("javax.wsdl.importDocuments",true);
 
-        Definition definition = wsdlReader.readWSDL("http://localhost:8080/services/HelloWorldWebService?wsdl");
+        Definition definition = wsdlReader.readWSDL("http://localhost:8085/services/HelloWorldWebService?wsdl");
         assertNotNull(definition);
         Service service = definition.getService(new QName("http://helloworld-om", "HelloWorldService"));
         Port port = service.getPort("HelloWorldSoapPort");
 
         String endpoint = getEndpoint(port);
         String ip = HttpUtils.getIpAddress();
-        assertEquals("http://" + ip + ":8080/services/HelloWorldWebService", endpoint);
+        assertEquals("http://" + ip + ":8085/services/HelloWorldWebService", endpoint);
     }
 
     /**
@@ -69,14 +69,14 @@
         wsdlReader.setFeature("javax.wsdl.verbose",false);
         wsdlReader.setFeature("javax.wsdl.importDocuments",true);
 
-        Definition definition = wsdlReader.readWSDL("http://localhost:8080/HelloWorldService/foo/bar?wsdl");
+        Definition definition = wsdlReader.readWSDL("http://localhost:8085/HelloWorldService/foo/bar?wsdl");
         assertNotNull(definition);
         Service service = definition.getService(new QName("http://helloworld-om", "HelloWorldService"));
         Port port = service.getPort("HelloWorldSoapPort");
 
         String endpoint = getEndpoint(port);
         String ip = HttpUtils.getIpAddress();
-        assertEquals("http://" + ip + ":8080/HelloWorldService/foo/bar", endpoint);
+        assertEquals("http://" + ip + ":8085/HelloWorldService/foo/bar", endpoint);
     }
 
     protected String getEndpoint(Port port) {
@@ -92,7 +92,7 @@
     protected void setUp() throws Exception {
         domain = SCADomain.newInstance("org/apache/tuscany/sca/binding/axis2/itests/questionmark-wsdl.composite");
     }
-    
+
     protected void tearDown() throws Exception {
         domain.close();
     }

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultMultiService.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultMultiService.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultMultiService.composite (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultMultiService.composite Thu May 31 09:09:12 2007
@@ -24,7 +24,7 @@
     <!-- 
     exposing a component which has multiple services with a WS binding,
     endpoint should be <componentURI>/<serviceName> so for this composite:
-    http://localhost:8080/HelloWorldService/service1 
+    http://localhost:8085/HelloWorldService/service1 
     -->      
 
     <service name="helloWorld" promote="HelloWorldService/HelloWorldOM">
@@ -44,7 +44,7 @@
     <reference name="helloWorldWS" promote="HelloWorldComponent/helloWorldWS">
         <interface.wsdl interface="http://helloworld-om#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld-om#wsdl.binding(HelloWorldSoapBinding)"
-                    uri="http://localhost:8080/HelloWorldService/helloWorld"/>
+                    uri="http://localhost:8085/HelloWorldService/helloWorld"/>
     </reference>
 
 </composite>

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultSingleService.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultSingleService.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultSingleService.composite (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/DefaultSingleService.composite Thu May 31 09:09:12 2007
@@ -24,7 +24,7 @@
     <!-- 
     exposing a component with a WS binding, endpoint should be <componentURI>/<serviceName>
     unless the component has just a single service in which case its just <componentURI>
-    so for this composite: http://localhost:8080/HelloWorldService 
+    so for this composite: http://localhost:8085/HelloWorldService 
     -->      
 
     <service name="helloWorld" promote="HelloWorldService">
@@ -44,7 +44,7 @@
     <reference name="helloWorldWS" promote="HelloWorldComponent/helloWorldWS">
         <interface.wsdl interface="http://helloworld-om#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld-om#wsdl.binding(HelloWorldSoapBinding)"
-                    uri="http://localhost:8080/HelloWorldService/helloWorld"/>
+                    uri="http://localhost:8085/HelloWorldService/helloWorld"/>
     </reference>
 
 </composite>

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLExplicitURI.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLExplicitURI.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLExplicitURI.composite (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLExplicitURI.composite Thu May 31 09:09:12 2007
@@ -23,7 +23,7 @@
            
     <!-- 
     exposing a component with a WS binding using a WSDL port with an explicit URL
-    so for this composite the service is: http://localhost:8080/myExplicitURI 
+    so for this composite the service is: http://localhost:8085/myExplicitURI 
     -->      
 
     <service name="helloWorld" promote="HelloWorldService">
@@ -43,7 +43,7 @@
     <reference name="helloWorldWS" promote="HelloWorldComponent/helloWorldWS">
         <interface.wsdl interface="http://helloworld-om-uri#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld-om-uri#wsdl.binding(HelloWorldSoapBinding)"
-                    uri="http://localhost:8080/myExplicitURI"/>
+                    uri="http://localhost:8085/myExplicitURI"/>
     </reference>
 
 </composite>

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLRelativeURI.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLRelativeURI.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLRelativeURI.composite (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/endpoints/WSDLRelativeURI.composite Thu May 31 09:09:12 2007
@@ -23,7 +23,7 @@
            
     <!-- 
     exposing a component with a WS binding using a WSDL port with a relative URL
-    so for this composite the service is: http://localhost:8080/HelloWorldService/myRelativeURI 
+    so for this composite the service is: http://localhost:8085/HelloWorldService/myRelativeURI 
     -->      
 
     <service name="helloWorld" promote="HelloWorldService">
@@ -43,7 +43,7 @@
     <reference name="helloWorldWS" promote="HelloWorldComponent/helloWorldWS">
         <interface.wsdl interface="http://helloworld-om-relative-uri#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld-om-relative-uri#wsdl.binding(HelloWorldSoapBinding)"
-                    uri="http://localhost:8080/HelloWorldService/helloWorld/myRelativeURI"/>
+                    uri="http://localhost:8085/HelloWorldService/helloWorld/myRelativeURI"/>
     </reference>
 
 </composite>

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

Modified: incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld-om.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld-om.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld-om.composite (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-axis2/src/test/resources/org/apache/tuscany/sca/binding/axis2/itests/helloworld-om.composite Thu May 31 09:09:12 2007
@@ -38,8 +38,7 @@
     <reference name="helloWorldWS" promote="HelloWorldComponent/helloWorldWS">
         <interface.wsdl interface="http://helloworld-om#wsdl.interface(HelloWorld)" />
         <binding.ws wsdlElement="http://helloworld-om#wsdl.port(HelloWorldService/HelloWorldSoapPort)"
-                    uri="http://localhost:8080/HelloWorldService/helloWorld" />
-        <!-- binding.ws uri="http://localhost:8080/HelloWorldService/helloWorld" / -->
+                    uri="http://localhost:8085/HelloWorldService/helloWorld" />
     </reference>
 
 </composite>

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

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/Calculator.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/Calculator.composite?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/Calculator.composite (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/Calculator.composite Thu May 31 09:09:12 2007
@@ -25,7 +25,7 @@
 
     <service name="CalculatorService" promote="CalculatorServiceComponent">
         <interface.wsdl interface="http://sample/calculator#wsdl.interface(Calculator)"/>
-        <binding.ws uri="http://localhost:8080/Calculator" wsdlElement="http://sample/calculator#wsdl.service(CalculatorService)"/>
+        <binding.ws uri="http://localhost:8085/Calculator" wsdlElement="http://sample/calculator#wsdl.service(CalculatorService)"/>
         <binding.ws wsdli:wsdlLocation="http://tempuri.org" wsdlElement="http://sample/calculator#wsdl.binding(CalculatorBinding)"/>
         <binding.ws wsdlElement="http://sample/calculator#wsdl.port(CalculatorService/CalculatorPort)"/>
         <binding.ws wsdlElement="http://sample/calculator#wsdl.endpoint(CalculatorService/CalculatorEndpoint)"/>

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/CalculatorImpl.componentType
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/CalculatorImpl.componentType?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/CalculatorImpl.componentType (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/CalculatorImpl.componentType Thu May 31 09:09:12 2007
@@ -22,7 +22,7 @@
 
   <service name="CalculatorService">
         <interface.wsdl interface="http://sample/calculator#wsdl.interface(Calculator)"/>
-        <binding.ws uri="http://localhost:8080/Calculator" wsdlElement="http://sample/calculator#wsdl.service(CalculatorService)"/>
+        <binding.ws uri="http://localhost:8085/Calculator" wsdlElement="http://sample/calculator#wsdl.service(CalculatorService)"/>
         <binding.ws wsdli:wsdlLocation="http://tempuri.org" wsdlElement="http://sample/calculator#wsdl.binding(CalculatorBinding)"/>
         <binding.ws wsdlElement="http://sample/calculator#wsdl.port(CalculatorService/CalculatorPort)"/>
         <binding.ws wsdlElement="http://sample/calculator#wsdl.endpoint(CalculatorService/CalculatorEndpoint)"/>

Modified: incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl (original)
+++ incubator/tuscany/java/sca/modules/binding-ws-xml/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl Thu May 31 09:09:12 2007
@@ -38,7 +38,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService" />
+            <wsdlsoap:address location="http://localhost:8085/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/modules/http-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/JettyServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/http-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/JettyServer.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/http-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/JettyServer.java (original)
+++ incubator/tuscany/java/sca/modules/http-jetty/src/main/java/org/apache/tuscany/sca/http/jetty/JettyServer.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 org.apache.tuscany.sca.http.jetty;
 
@@ -44,7 +44,7 @@
 
 /**
  * Implements an HTTP transport service using Jetty.
- * 
+ *
  * @version $$Rev$$ $$Date: 2007-02-21 13:28:30 +0000 (Wed, 21 Feb
  *          2007) $$
  */
@@ -57,7 +57,7 @@
     private static final int STARTED = 2;
     private static final int STOPPING = 3;
     private static final int STOPPED = 4;
-    private static final int DEFAULT_PORT = 8080;
+    private static final int DEFAULT_PORT = 8085;
 
     private final Object joinLock = new Object();
     private int state = UNINITIALIZED;
@@ -143,7 +143,7 @@
             if (port == -1) {
                 port = DEFAULT_PORT;
             }
-            
+
             try {
                 server = new Server();
                 server.setThreadPool(new WorkSchedulerThreadPool());

Modified: incubator/tuscany/java/sca/modules/http-jetty/src/test/java/org/apache/tuscany/sca/http/jetty/JettyServerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/http-jetty/src/test/java/org/apache/tuscany/sca/http/jetty/JettyServerTestCase.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/http-jetty/src/test/java/org/apache/tuscany/sca/http/jetty/JettyServerTestCase.java (original)
+++ incubator/tuscany/java/sca/modules/http-jetty/src/test/java/org/apache/tuscany/sca/http/jetty/JettyServerTestCase.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 org.apache.tuscany.sca.http.jetty;
 
@@ -49,20 +49,20 @@
     private static final String REQUEST1 =
         REQUEST1_HEADER + REQUEST1_CONTENT.getBytes().length + "\n\n" + REQUEST1_CONTENT;
 
-    private static final int HTTP_PORT = 8080;
+    private static final int HTTP_PORT = 8085;
 
     private WorkScheduler workScheduler = new WorkScheduler() {
-        
+
         public <T extends Runnable> void scheduleWork(T work) {
             Thread thread = new Thread(work);
             thread.start();
         }
-        
+
         public <T extends Runnable> void scheduleWork(T work, NotificationListener<T> listener) {
             scheduleWork(work);
         }
     };
-    
+
     /**
      * Verifies requests are properly routed according to the servlet mapping
      */

Modified: incubator/tuscany/java/sca/modules/http-tomcat/src/main/java/org/apache/tuscany/sca/http/tomcat/TomcatServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/http-tomcat/src/main/java/org/apache/tuscany/sca/http/tomcat/TomcatServer.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/http-tomcat/src/main/java/org/apache/tuscany/sca/http/tomcat/TomcatServer.java (original)
+++ incubator/tuscany/java/sca/modules/http-tomcat/src/main/java/org/apache/tuscany/sca/http/tomcat/TomcatServer.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 org.apache.tuscany.sca.http.tomcat;
 
@@ -41,18 +41,18 @@
 
 /**
  * A Tomcat based implementation of ServletHost.
- * 
+ *
  * @version $Rev$ $Date$
  */
 @SuppressWarnings("deprecation")
 public class TomcatServer implements ServletHost {
 
-    private static final int DEFAULT_PORT = 8080;
+    private static final int DEFAULT_PORT = 8085;
     private StandardEngine engine;
     private StandardHost host;
     private Connector connector;
     private WorkScheduler workScheduler;
-    
+
     /**
      * A custom connector that uses our WorkScheduler to schedule
      * worker threads.
@@ -82,7 +82,7 @@
                         super();
                     }
                 }
-                
+
                 public void start() throws Exception {
                     if (!initialized)
                         init();
@@ -95,7 +95,7 @@
                         acceptorThread.start();
                     }
                 }
-                
+
                 public void stop() {
                     super.stop();
                     try {
@@ -104,18 +104,18 @@
                         throw new RuntimeException(e);
                     }
                 }
-                
+
                 public int getCurrentThreadsBusy() {
                     return 0;
                 }
             }
-            
+
             CustomHttpProtocolHandler() {
                 endpoint = new CustomEndpoint();
                 endpoint.setExecutor(new WorkSchedulerExecutor());
             }
         }
-        
+
         CustomConnector() throws Exception {
             protocolHandler = new CustomHttpProtocolHandler();
         }
@@ -123,13 +123,13 @@
 
     /**
      * Constructs a new embedded Tomcat server.
-     * 
+     *
      * @param workScheduler the WorkScheduler to use to process requests.
      */
     public TomcatServer(WorkScheduler workScheduler) {
         this.workScheduler = workScheduler;
     }
-    
+
     public void init() throws ServletMappingException {
 
         // Create an engine
@@ -166,11 +166,11 @@
     }
 
     public void addServletMapping(String uri, Servlet servlet) {
-        
+
         int port = URI.create(uri).getPort();
         if (port == -1) {
             port = DEFAULT_PORT;
-        }        
+        }
         // Install a default HTTP connector
         if (connector == null) {
             //TODO support multiple connectors on different ports

Modified: incubator/tuscany/java/sca/modules/http-tomcat/src/test/java/org/apache/tuscany/sca/http/tomcat/TomcatServerTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/http-tomcat/src/test/java/org/apache/tuscany/sca/http/tomcat/TomcatServerTestCase.java?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/http-tomcat/src/test/java/org/apache/tuscany/sca/http/tomcat/TomcatServerTestCase.java (original)
+++ incubator/tuscany/java/sca/modules/http-tomcat/src/test/java/org/apache/tuscany/sca/http/tomcat/TomcatServerTestCase.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 org.apache.tuscany.sca.http.tomcat;
 
@@ -48,20 +48,20 @@
     private static final String REQUEST1 =
         REQUEST1_HEADER + REQUEST1_CONTENT.getBytes().length + "\n\n" + REQUEST1_CONTENT;
 
-    private static final int HTTP_PORT = 8080;
-    
+    private static final int HTTP_PORT = 8085;
+
     private WorkScheduler workScheduler = new WorkScheduler() {
-        
+
         public <T extends Runnable> void scheduleWork(T work) {
             Thread thread = new Thread(work);
             thread.start();
         }
-        
+
         public <T extends Runnable> void scheduleWork(T work, NotificationListener<T> listener) {
             scheduleWork(work);
         }
     };
-    
+
     /**
      * Verifies requests are properly routed according to the servlet mapping
      */

Modified: incubator/tuscany/java/sca/modules/interface-wsdl-xml/src/test/resources/org/apache/tuscany/sca/interfacedef/wsdl/xml/test1.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/interface-wsdl-xml/src/test/resources/org/apache/tuscany/sca/interfacedef/wsdl/xml/test1.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/interface-wsdl-xml/src/test/resources/org/apache/tuscany/sca/interfacedef/wsdl/xml/test1.wsdl (original)
+++ incubator/tuscany/java/sca/modules/interface-wsdl-xml/src/test/resources/org/apache/tuscany/sca/interfacedef/wsdl/xml/test1.wsdl Thu May 31 09:09:12 2007
@@ -38,7 +38,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService" />
+            <wsdlsoap:address location="http://localhost:8085/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService" />
         </wsdl:port>
     </wsdl:service>
 

Modified: incubator/tuscany/java/sca/modules/java2wsdl/src/test/resources/AccountService.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/java2wsdl/src/test/resources/AccountService.wsdl?view=diff&rev=543175&r1=543174&r2=543175
==============================================================================
--- incubator/tuscany/java/sca/modules/java2wsdl/src/test/resources/AccountService.wsdl (original)
+++ incubator/tuscany/java/sca/modules/java2wsdl/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>



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