donaldp 2002/09/08 05:33:21
Modified: src/java/org/apache/avalon/phoenix/tools/infobuilder Tag:
FACTORY-branch Resources.properties
Log:
Revision Changes Path
No revision
No revision
1.5.4.1 +3 -2
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder/Resources.properties
Index: Resources.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/infobuilder/Resources.properties,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -r1.5 -r1.5.4.1
--- Resources.properties 17 Aug 2002 02:34:44 -0000 1.5
+++ Resources.properties 8 Sep 2002 12:33:21 -0000 1.5.4.1
@@ -1,5 +1,6 @@
-blockinfo-created=Constructed BlockInfo object for class {0}. BlockInfo contains
{1} services and {2} dependencies.
+blockinfo-created=Constructed BlockInfo object for class {0}. BlockInfo contains
{1} services, {2} dependencies and {3} invocation interceptors.
missing-block=Warning: Unspecified <block/> section in BlockInfo for class {0}.
redundent-role=Warning: BlockInfo for class {0} redundently specifies role name
"{1}" in dependency when it is identical to the name of service. It is recomended that
the <role/> section be elided.
creating-blockinfo=Creating a BlockInfo for class "{0}".
-deprecated-management-declaration=The BlockInfo for "{0}" uses the deprecated
mechanism to declare management services. It is recomended you replace <management>
with <management-access-points>.
\ No newline at end of file
+deprecated-management-declaration=The BlockInfo for "{0}" uses the deprecated
mechanism to declare management services. It is recomended you replace <management>
with <management-access-points>.
+interceptors-without-proxy=Block invocation interceptors cannot be used if block
proxy is disabled. ({0}).
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>