Author: rfeng
Date: Tue May 27 21:11:38 2008
New Revision: 660807
URL: http://svn.apache.org/viewvc?rev=660807&view=rev
Log:
Change the port from 8080 to 8085
Modified:
incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/main/resources/helloservice.composite
Modified:
incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/main/resources/helloservice.composite
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/main/resources/helloservice.composite?rev=660807&r1=660806&r2=660807&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/main/resources/helloservice.composite
(original)
+++
incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/main/resources/helloservice.composite
Tue May 27 21:11:38 2008
@@ -27,7 +27,7 @@
<implementation.java
class="org.apache.tuscany.sca.itest.databindings.jaxb.impl.HelloServiceSimpleClientImpl"
/>
<reference name="helloServiceSimple">
<interface.java
interface="org.apache.tuscany.sca.itest.databindings.jaxb.HelloServiceSimple"/>
- <binding.ws uri="http://localhost:8080/hs-ep0"/>
+ <binding.ws uri="http://localhost:8085/hs-ep0"/>
</reference>
</component>
@@ -46,7 +46,7 @@
<implementation.java
class="org.apache.tuscany.sca.itest.databindings.jaxb.impl.HelloServiceSimpleImpl"/>
<service name="HelloServiceSimple">
<interface.java
interface="org.apache.tuscany.sca.itest.databindings.jaxb.HelloServiceSimple"/>
- <binding.ws uri="http://localhost:8080/hs-ep0"/>
+ <binding.ws uri="http://localhost:8085/hs-ep0"/>
<binding.sca/>
</service>
</component>