From f0625833a55060e7861287fc3a8c84d7170afc76 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 22 Sep 2009 08:20:57 +0000 Subject: Add property messages git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817541 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/assembly-validation-messages.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'java/sca') diff --git a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties index 3a70a70bf7..4ef4101c37 100644 --- a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties +++ b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties @@ -62,4 +62,8 @@ ServiceInterfaceNotSubSet = Interface of composite service {0} must be subset of NoComponentReferenceTarget = No target services found for the component reference to be autowired: {0} NoTypeForComponentProperty = No type specified on component property: Component = {0} Property = {1} URLSyntaxException = URLSyntaxException when creating binding URI at component = {0} service = {1} binding = {2} -IllegalCompositeIncusion = Local Composite {0} cannot include a non-local composite {1} \ No newline at end of file +IllegalCompositeIncusion = Local Composite {0} cannot include a non-local composite {1} +PropertySourceNotFound = The property source {0} for property {1} in component {2} cannot be resolved to a composite property +PropertySourceValueInvalid = The property source {0} for property {1} in component {2} has an invalid value. It should start with $ followed by the name of a composite property +PropertySourceXPathInvalid = The property source {0} for property {1} in component {2} has an invalid XPath expression. The following error was returned while processing the XPath expression: {3} +PropertySourceXPathInvalid = The property file {0} for property {1} in component {2} is an invalid value. The following error was returned while processing the file name: {3} \ No newline at end of file -- cgit v1.2.3