diff options
Diffstat (limited to 'sandbox/rfeng/scatours-currency-converter-dosgi-contribution/src/main/resources')
-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>
|