diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-10 16:27:10 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-10 16:27:10 +0000 |
commit | b3211b34bb6adaf85a2267dd3a69f7d1f69fe17a (patch) | |
tree | 7668e2c10a9069cfd2d234ddf7e1f64d0046f984 /sca-java-2.x/trunk/modules/assembly/src/main | |
parent | 6af7afad6f5dbd2590e94a9ee862ec88e858c7c1 (diff) |
add some conformance numbers to error messages
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@908569 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/assembly/src/main')
-rw-r--r-- | sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties b/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties index 2c4888a50c..26055ec407 100644 --- a/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties +++ b/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties @@ -26,7 +26,7 @@ ServiceNotFoundForComponentService = Component type service not found for compon 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 @@ WireTargetNotFound = Wire target not found : {0} 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} |