Author: rfeng
Date: Mon Aug 29 18:05:12 2011
New Revision: 1162922

URL: http://svn.apache.org/viewvc?rev=1162922&view=rev
Log:
Fix the index for message

Modified:
    
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties

Modified: 
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties?rev=1162922&r1=1162921&r2=1162922&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/core/src/main/resources/endpoint-validation-messages.properties
 Mon Aug 29 18:05:12 2011
@@ -20,4 +20,4 @@
 #
 NoEndpointsFound = No endpoints found in the domain that match the reference 
{0} 
 EndpointReferenceCantBeMatched = = Unable to match the endpoint reference {0} 
with the policy of the service to which it refers, matching process was {1}
-ComponentReferenceTargetNotFound = Component reference target not found at 
deployment time, it might be a remote service elsewhere in the SCA Domain so 
we'll try and resolve it again at runtime: {1} 
+ComponentReferenceTargetNotFound = Component reference target not found at 
deployment time, it might be a remote service elsewhere in the SCA Domain so 
we'll try and resolve it again at runtime: {0} 


Reply via email to