summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache/memcache.componentType
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-04-02 06:23:44 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-04-02 06:23:44 +0000
commit58693003dace4ef41f7f0eca2085514a82dfe959 (patch)
tree1790988b75d43843c94c91d85d973ce3003f7a97 /sca-cpp/trunk/components/cache/memcache.componentType
parent54b61a4f65fb36be0bc3f190707aac2c4226a4a9 (diff)
Automatically reconnect to a Memcached server after a disconnection.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/components/cache/memcache.componentType')
-rw-r--r--sca-cpp/trunk/components/cache/memcache.componentType2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/cache/memcache.componentType b/sca-cpp/trunk/components/cache/memcache.componentType
index 2ae66d1c43..8eee91dad6 100644
--- a/sca-cpp/trunk/components/cache/memcache.componentType
+++ b/sca-cpp/trunk/components/cache/memcache.componentType
@@ -23,6 +23,6 @@
targetNamespace="http://tuscany.apache.org/xmlns/sca/components">
<service name="memcache"/>
- <property name="servers" type="xsd:string">localhost</property>
+ <property name="server" type="xsd:string">localhost</property>
</composite>