summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/mod-eval.hpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-07 20:19:23 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-02-07 20:19:23 +0000
commit6b7a8a38f609117572820711638508a23ad57850 (patch)
treecfd15ced8363fa5163cbf874ec01178254169fbf /sca-cpp/trunk/modules/server/mod-eval.hpp
parent9f67144615b018828226949701a6935336cbfc43 (diff)
Support HTTPD graceful restarts for non-stop operation. Simplified Python and Java error capture and recovery.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@907470 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/modules/server/mod-eval.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/server/mod-eval.hpp b/sca-cpp/trunk/modules/server/mod-eval.hpp
index 0e68e63016..6ab1d68ad6 100644
--- a/sca-cpp/trunk/modules/server/mod-eval.hpp
+++ b/sca-cpp/trunk/modules/server/mod-eval.hpp
@@ -395,7 +395,7 @@ const failable<bool> confComponents(const string& lifecycle, ServerConf& sc, ser
debug(sc.implementations, "modeval::confComponents::implementations");
// Start or restart the component implementations
- return applyLifecycleExpr(impls, mklist<value>(lifecycle));
+ return applyLifecycleExpr(impls, mklist<value>(c_str(lifecycle)));
}
/**