From d56d980cae38df8508f2d7f4e9c340faa20de40f Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Tue, 2 Mar 2010 17:38:05 +0000 Subject: update messages with conformance statements git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918122 13f79535-47bb-0310-9956-ffa450edef68 --- .../assembly/builder/assembly-validation-messages.properties | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sca-java-2.x/trunk/modules') 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 d9fc0b1d58..4b5f834927 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,8 +26,9 @@ 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} +DuplicateImplementationServiceName = [ASM40003,ASM60003] Duplicate service name: Component = {0} Service = {1} DuplicateImplementationReferenceName = [ASM40004,ASM50007] Duplicate reference name: Component = {0} Reference = {1} -PropertyNotFound = Property not found for component property: Component = {0} Property = {1} +PropertyNotFound = [ASM50031] 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} PropertyOverrideManyAttribute = Component property many attribute incompatible with property: Component = {0} Property = {1} @@ -42,11 +43,11 @@ MultipleBindingsForService = Multiple bindings with the same name for a service: MultipleBindingsForReference = Multiple bindings with the same name for a reference: Reference = {0} Binding name = {1} ReferenceWithoutTargets = No targets for reference: Composite = {0} Reference = {1} PromotedReferenceNotFound = Promoted component reference not found: Composite = {0} Reference = {1} -PromotedServiceNotFound = Promoted component service not found: Composite = {0} Service = {1} +PromotedServiceNotFound = [ASM60004] Promoted component service not found: Composite = {0} Service = {1} NoSCABindingAvailableForUnresolvedService = A local service cannot be found for reference {0} target {1} and there is no SCA binding available to represent the unresolved target NoMatchingBinding = Component reference {0} does not have a binding which matches the bindings of service {1} NoMatchingCallbackBinding = Component reference {0} does not have a callback binding which matches the callback bindings of service {1} -ReferenceEndPointMixWithTarget = Composite {0} Component {1} Reference {2} must not specify endpoints using both target attribute and with a binding child element +ReferenceEndPointMixWithTarget = [ASM50026] Composite {0} Component {1} Reference {2} must not specify endpoints using both target attribute and with a binding child element CompositeAlreadyIncluded = Composite {0} has already been included. ComponentReferenceMoreWire = Component reference {0} has more than one wires WireTargetNotFound = Wire target not found : {0} @@ -69,7 +70,7 @@ IntentNotFound = Intent {0} is not defined in SCA definitions PolicySetNotFound = PolicySet {0} is not defined in SCA definitions MutuallyExclusiveIntents = [POL40009] Intent {0} and {1} are mutually exclusive PropertyXpathExpressionReturnedNull = The property XPath expression for component {0} property {1} expression {2} did not match anything in the source property -PropertyHasManyValues = The property component {0} property {1} has many values but its "many" attribute is set to false +PropertyHasManyValues = [ASM50032] The property component {0} property {1} has many values but its "many" attribute is set to false PropertXSDTypesDontMatch = [ASM_5036] The property component {0} property {1} has XSD type {2} while its component type property has the XSD type {3} PropertXSDElementsDontMatch = [ASM_5036] The property component {0} property {1} has XSD element {2} while its component type property has the XSD element {3} -IntentNotSatisfied = The intent {0} associated with policy subject {1} has not matching policy set \ No newline at end of file +IntentNotSatisfied = The intent {0} associated with policy subject {1} has not matching policy set -- cgit v1.2.3