diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 15:16:28 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-05 15:16:28 +0000 |
commit | e823955d25c082ce95036e02303e83fb1214be2e (patch) | |
tree | a714c9cf63b2f7fbe17a8165bbb717170b1f74fe /java | |
parent | bf81cd323aa5415494890617b6f80e1efbdb517f (diff) |
Update two error messages to point out that the component type and component services/references don't match.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r-- | java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties index 05b36005a6..37aa6eaa19 100644 --- a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties +++ b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties @@ -23,7 +23,7 @@ DuplicateComponentServiceName = Duplicate component service name: Component = {0 DuplicateComponentReferenceName = Duplicate component reference name: Component = {0} Reference = {1} DuplicateComponentPropertyName = Duplicate component property name: Component = {0} Property = {1} NoComponentImplementation = No implementation for component: Component = {0} -ServiceNotFoundForComponentService = Service not found for component service (missing @Remotable annotation?): Component = {0} Service = {1} +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 = Duplicate property name: Component = {0} Property = {1} DuplicateImplementationServiceName = Duplicate service name: Component = {0} Service = {1} @@ -32,7 +32,7 @@ PropertyNotFound = Property not found for component property: Component = {0} Pr PropertyMustSupplyIncompatible = Component property mustSupply attribute incompatible with property: Component = {0} Property = {1} PropertyMustSupplyNull = [ASM_4008] No value configured on a mustSupply property: Component = {0} Property = {1} PropertyOverrideManyAttribute = Component property many attribute incompatible with property: Component = {0} Property = {1} -ReferenceNotFoundForComponentReference = Reference not found for component reference: Component = {0} Reference = {1} +ReferenceNotFoundForComponentReference = Component type reference not found for component reference: Component = {0} Reference = {1} ReferenceIncompatibleMultiplicity = Component reference multiplicity incompatible with reference multiplicity: Component = {0} Reference = {1} ReferenceIncompatibleInterface = Incompatible interfaces on component reference and target: Composite = {0} Reference = {1} Service = {2} ReferencePromotionIncompatibleInterface = Promoted reference interface incompatible with promoting reference: Promoting interface = {0} Promoted = {1} |