donaldp 02/01/11 18:30:22
Modified: src/java/org/apache/avalon/phoenix/components/application
Resources.properties
Log:
Add in error messages for failures of export/unexport.
Revision Changes Path
1.19 +4 -0
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/Resources.properties
Index: Resources.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/components/application/Resources.properties,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Resources.properties 10 Jan 2002 19:02:46 -0000 1.18
+++ Resources.properties 12 Jan 2002 02:30:22 -0000 1.19
@@ -11,5 +11,9 @@
lifecycle-fail.error=Block named "{0}" failed to pass through the
{1,choice,0#Creation|1#Logger
initialization|2#Contextualization|3#Composing|4#Configuration|5#Parameterizing|6#Initialization|7#Starting|8#Stopping|9#Disposing|10#Destruction}
stage. (Reason: {2}).
+export.error=Block named "{0}" failed to have the "{1}" management service
exposed to management system. (Reason: {2})
+unexport.error=Block named "{0}" failed to have the "{1}" management service
removed from management system. (Reason: {2})
+
#BlockContext Messages
context.warn.threadpool=Warning: Accessing ThreadPools via
BlockContext.getThreadPool()\nor BlockContext.getDefaultThreadPool() is a
deprecated feature\nand developers should instead use a ThreadManager Block to
access\nThreadPools.
+
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>