donaldp 2002/09/08 05:32:35
Modified: src/java/org/apache/avalon/phoenix/tools/verifier Tag:
FACTORY-branch Resources.properties
Log:
Add some i18n'ed messages.
Revision Changes Path
No revision
No revision
1.12.4.1 +3 -0
jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/verifier/Resources.properties
Index: Resources.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/tools/verifier/Resources.properties,v
retrieving revision 1.12
retrieving revision 1.12.4.1
diff -u -r1.12 -r1.12.4.1
--- Resources.properties 23 Jun 2002 22:19:24 -0000 1.12
+++ Resources.properties 8 Sep 2002 12:32:35 -0000 1.12.4.1
@@ -13,6 +13,8 @@
invalid-listener-name=The Listener name "{0}" is invalid. Valid names contain only
letters, digits and the '-' & '.' characters.
invalid-sar-name=The Sar name "{0}" is invalid. Valid names contain only letters,
digits and the '-' & '.' characters.
dependency-circular=Block named "{0}" has a circular dependency via path: {1}.
+bad-interceptor-class=Unable to load invocation interceptor class "{1}" for Block
named "{0}". (Reason: {2}).
+interceptor-noimpl-invocable=ChainedInvocable interface is not implemented by class
"{1}" designated for invocation interceptor for Block named "{0}".
verify-unique-names=Verifying that the name specified for Blocks and BlockListeners
are unique.
verify-valid-names=Verifying that the name specified for Blocks and BlockListeners
are valid.
@@ -21,6 +23,7 @@
verify-nocircular-dependencies=Verifying that there are no circular dependencies
between Blocks.
verify-block-type=Verifying that the specified Blocks have valid types.
verify-listener-type=Verifying that the specified BlockListeners have valid types.
+verify-interceptor-type=Verifying that the specified invocation interceptors have
valid types.
verifier.service-isa-lifecycle.error=The Block named "{0}" (implementation class
"{1}"), implements a service "{2}" which extends a Lifecycle interface "{3}". This
violates the expected usage patterns.
verifier.implements-block.error=The Block named "{0}" (implementation class "{1}"),
implements Block interface. The Block interface has been deprecated and should no
longer be used.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>