summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2010-08-26 18:49:53 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2010-08-26 18:49:53 +0000
commit2186a9927b20c1f907922f08047fd183971db35a (patch)
treee45de8bad902df85b00099fff860d13a8b14d4b7 /sca-java-1.x/trunk/tutorials
parent49b093b922f8316caa671a0785d65d9950c43654 (diff)
Updated example to be explicit as to which Java interface the CurrencyConverter service exposes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite4
1 files changed, 3 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite
index 41d0d325d4..c9c884f667 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/currency/src/main/resources/currency-converter.composite
@@ -23,6 +23,8 @@
<component name="CurrencyConverter">
<implementation.java class="com.tuscanyscatours.currencyconverter.impl.CurrencyConverterImpl" />
- <service name="CurrencyConverter"/>
+ <service name="CurrencyConverter">
+ <interface.java interface= "com.tuscanyscatours.currencyconverter.CurrencyConverter" />
+ </service>
</component>
</composite>