summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/relay-python/relay.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/samples/relay-python/relay.composite12
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-cpp/trunk/samples/relay-python/relay.composite b/sca-cpp/trunk/samples/relay-python/relay.composite
index 2f5b92dee0..7f7302955e 100644
--- a/sca-cpp/trunk/samples/relay-python/relay.composite
+++ b/sca-cpp/trunk/samples/relay-python/relay.composite
@@ -23,7 +23,7 @@
name="relay">
<component name="JSONTwit">
- <t:implementation.python script="json.py"/>
+ <t:implementation.python script="relay.py"/>
<service name="Relay">
<t:binding.http uri="jsontwit"/>
</service>
@@ -33,7 +33,7 @@
</component>
<component name="XMLTwit">
- <t:implementation.python script="xml.py"/>
+ <t:implementation.python script="relay.py"/>
<service name="Relay">
<t:binding.http uri="xmltwit"/>
</service>
@@ -43,7 +43,7 @@
</component>
<component name="RSSTwit">
- <t:implementation.python script="rss.py"/>
+ <t:implementation.python script="relay.py"/>
<service name="Relay">
<t:binding.http uri="rsstwit"/>
</service>
@@ -53,17 +53,17 @@
</component>
<component name="HTML">
- <t:implementation.python script="html.py"/>
+ <t:implementation.python script="relay.py"/>
<service name="Relay">
<t:binding.http uri="html"/>
</service>
<reference name="target">
- <t:binding.http uri="http://localhost:8090/test"/>
+ <t:binding.http uri="http://people.apache.org/~jsdelfino/"/>
</reference>
</component>
<component name="JSONFB">
- <t:implementation.python script="json.py"/>
+ <t:implementation.python script="relay.py"/>
<service name="Relay">
<t:binding.http uri="jsonfb"/>
</service>