summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-22 08:20:57 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-22 08:20:57 +0000
commitf0625833a55060e7861287fc3a8c84d7170afc76 (patch)
treeeec0010a51ddf40cdcd2a5b5e3e7e6fadc172c03 /java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
parent4cc4831d56a544c2539a9bfb28db8b01e3a14d75 (diff)
Add property messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817541 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties6
1 files changed, 5 insertions, 1 deletions
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