summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 11:46:32 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 11:46:32 +0000
commite7e912c292cb5d67ae0f5178219fa2b795062887 (patch)
treee7926e936133a18da8c1e890af1b6c05f4558146 /sca-java-2.x/trunk/modules
parent865e5cb3ee77754dd5688ea916a897aca91dd6cd (diff)
update messages with conformance statements
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r--sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties11
1 files changed, 5 insertions, 6 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 5226c6a6c6..5652be1bda 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
@@ -24,10 +24,9 @@ DuplicateComponentPropertyName = Duplicate component property name: Component =
NoComponentImplementation = No implementation for component: Component = {0}
ServiceNotFoundForComponentService = Component type service not found for component service (missing @Remotable annotation?): Component = {0} Service = {1}
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}
+DuplicateImplementationPropertyName = [ASM40005,ASM60014] Duplicate implementation property name: Component = {0} Property = {1}
+DuplicateImplementationServiceName = [ASM40003,ASM60003] Duplicate implementation service name: Component = {0} Service = {1}
+DuplicateImplementationReferenceName = [ASM40004,ASM50007,ASM60006] Duplicate implementation reference name: Component = {0} Reference = {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}
@@ -42,7 +41,7 @@ ServiceIncompatibleComponentInterface = [ASM50004] Component service interface i
MultipleBindingsForService = Multiple bindings with the same name for a service: Service = {0} Binding name = {1}
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}
+PromotedReferenceNotFound = [ASM60007] Promoted component reference not found: Composite = {0} Reference = {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}
@@ -55,7 +54,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 = [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}
+ReferenceInterfaceNotSubSet = [ASM60008,ASM60013] 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}
NoTypeForComponentProperty = No type specified on component property: Component = {0} Property = {1}