You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/02/10 17:27:10 UTC

svn commit: r908569 - /tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties

Author: kelvingoodson
Date: Wed Feb 10 16:27:10 2010
New Revision: 908569

URL: http://svn.apache.org/viewvc?rev=908569&view=rev
Log:
add some conformance numbers to error messages

Modified:
    tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties

Modified: tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties?rev=908569&r1=908568&r2=908569&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties (original)
+++ tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties Wed Feb 10 16:27:10 2010
@@ -26,7 +26,7 @@
 UnresolvedComponentImplementation = Component implementation not resolved: Component = {0} Uri = {1}
 DuplicateImplementationPropertyName = [ASM40005] Duplicate implementation property name: Component = {0} Property = {1}
 DuplicateImplementationServiceName = [ASM40003] Duplicate service name: Component = {0} Service = {1}
-DuplicateImplementationReferenceName = [ASM40004] Duplicate reference name: Component = {0} Reference = {1}
+DuplicateImplementationReferenceName = [ASM40004,ASM50007] Duplicate reference name: Component = {0} Reference = {1}
 PropertyNotFound = Property not found for component property: Component = {0} Property = {1}
 PropertyMustSupplyIncompatible = Component property mustSupply attribute incompatible with property: Component = {0} Property = {1}
 PropertyMustSupplyNull = [ASM40011] No value configured on a mustSupply property: Component = {0} Property = {1}
@@ -53,7 +53,7 @@
 WireSourceNotFound = Wire source not found : {0}
 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}
+TooManyReferenceTargets = [ASM50022] Too many targets on reference: {0}
 ReferenceInterfaceNotSubSet = Interface of composite reference {0} must be compatible with the interface declared by promoted component reference. {1}
 ServiceInterfaceNotSubSet = Interface of composite service {0} must be subset of the interface declared by promoted component service. {1}
 NoComponentReferenceTarget = No target services found for the component reference to be autowired: {0}