From 069744ba06cca232eee0f0784f1721816d343343 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 6 Jun 2011 13:18:15 +0000 Subject: TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allow the processing to complete tidily. You can then check the monitor to see if something went wrong and shut down cleanly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132625 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/modules/core/src/main/resources/core-messages.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties') diff --git a/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties b/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties index 83eafc1278..f6346b885f 100644 --- a/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties +++ b/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties @@ -17,4 +17,5 @@ # under the License. # # -StopException = Exception during stop processing \ No newline at end of file +StopException = Exception during stop processing +StartException = Exception during start processing \ No newline at end of file -- cgit v1.2.3