diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-03 22:17:26 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-03 22:17:26 +0000 |
commit | 91a8b67512bba3d12f970b6e7707bae5b659eb13 (patch) | |
tree | de19f8df372bab001b22417cdbcb07f957419a18 /sandbox/rfeng/scatours-currency-converter-dosgi-contribution | |
parent | bf28f53c93794aa399a7700f12b31179f03f5ea9 (diff) |
Change the rmi port #
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@781608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng/scatours-currency-converter-dosgi-contribution')
-rw-r--r-- | sandbox/rfeng/scatours-currency-converter-dosgi-contribution/src/main/resources/OSGI-INF/sca/bundle.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/rfeng/scatours-currency-converter-dosgi-contribution/src/main/resources/OSGI-INF/sca/bundle.composite b/sandbox/rfeng/scatours-currency-converter-dosgi-contribution/src/main/resources/OSGI-INF/sca/bundle.composite index 65f62d62d2..b59e8bf248 100644 --- a/sandbox/rfeng/scatours-currency-converter-dosgi-contribution/src/main/resources/OSGI-INF/sca/bundle.composite +++ b/sandbox/rfeng/scatours-currency-converter-dosgi-contribution/src/main/resources/OSGI-INF/sca/bundle.composite @@ -25,7 +25,7 @@ <component name="CurrencyConverterComponent">
<tuscany:implementation.osgi bundleSymbolicName="scatours.currency.converter" bundleVersion="1.0.0" />
<service name="CurrencyConverter">
- <tuscany:binding.rmi uri="rmi://localhost:8085/CurrencyConverter" />
+ <tuscany:binding.rmi uri="rmi://localhost:8089/CurrencyConverter" />
</service>
</component>
|