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

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

Author: nash
Date: Thu Sep  3 08:50:17 2009
New Revision: 810822

URL: http://svn.apache.org/viewvc?rev=810822&view=rev
Log:
Update wording of misleading warning messages (TUSCANY-3252)

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

Modified: tuscany/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties?rev=810822&r1=810821&r2=810822&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties (original)
+++ tuscany/branches/sca-java-1.5.1/modules/assembly/src/main/resources/assembly-validation-messages.properties Thu Sep  3 08:50:17 2009
@@ -55,8 +55,8 @@
 WireIncompatibleInterface = Incompatible interfaces on wire source and target : source = {0} target = {1}
 ComponentIncompatibleInterface = Incompatible interfaces on component reference and target : reference = {0} target = {1}
 TooManyReferenceTargets = Too many targets on reference: {0}
-ReferenceInterfaceNotSubSet = Interface of composite reference {0} must be compatible with the interface declared by promoted component reference.
-ServiceInterfaceNotSubSet = Interface of composite service {0} must be subset of the interface declared by promoted component service.
+ReferenceInterfaceNotSubSet = Interface of composite reference must be compatible with the interface declared by promoted component reference {0}
+ServiceInterfaceNotSubSet = Interface of composite service must be a subset of the interface declared by promoted component service {0}
 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}
\ No newline at end of file