You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2009/09/22 10:20:57 UTC

svn commit: r817541 - /tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties

Author: slaws
Date: Tue Sep 22 08:20:57 2009
New Revision: 817541

URL: http://svn.apache.org/viewvc?rev=817541&view=rev
Log:
Add property messages

Modified:
    tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties

Modified: tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties?rev=817541&r1=817540&r2=817541&view=diff
==============================================================================
--- tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties (original)
+++ tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties Tue Sep 22 08:20:57 2009
@@ -62,4 +62,8 @@
 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