diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 12:20:31 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-17 12:20:31 +0000 |
commit | 860e0ba071f069f1fff71db63343768c70b04c17 (patch) | |
tree | 4a6e78a2af18b74ec798b89b697d00d956ee490d /sca-java-2.x/trunk/modules/assembly | |
parent | f36fca8c3ad29dc317446d11beb0abd524b4133b (diff) |
expected message and msg definition catchup
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/assembly')
-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 2b52cc2df8..4a62d074c7 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 @@ -23,7 +23,7 @@ DuplicateComponentReferenceName = Duplicate component reference name: Component DuplicateComponentPropertyName = Duplicate component property name: Component = {0} Property = {1} NoComponentImplementation = No implementation for component: Component = {0} ServiceNotFoundForComponentService = Component type service not found for component service (missing @Remotable annotation?): Component = {0} Service = {1} -UnresolvedComponentImplementation = [ASM60030,JCI80001] Component implementation not resolved: Component = {0} Uri = {1} +UnresolvedComponentImplementation = [ASM60030,JCI50004,JCI80001] Component implementation not resolved: Component = {0} Uri = {1} DuplicateImplementationPropertyName = [ASM40005,ASM60014] Duplicate implementation property name: Component = {0} Property = {1} DuplicateImplementationServiceName = [ASM40003,ASM60003,JCA90045] Duplicate implementation service name: Component = {0} Service = {1} DuplicateImplementationReferenceName = [ASM40004,ASM50007,ASM60006] Duplicate implementation reference name: Component = {0} Reference = {1} @@ -38,7 +38,7 @@ ReferenceIncompatibleInterface = Incompatible interfaces on component reference ReferencePromotionIncompatibleInterface = Promoted reference interface incompatible with promoting reference: Promoting interface = {0} Promoted = {1} ReferencePromotionInterfacesNotEqual = Peer promoted references not equal: First interface = {0} second interface = {1} ReferenceIncompatibleComponentInterface = [JCA30001,JCA30002,JCA30003,JCA90046] Component reference interface incompatible with implementation reference interface: Component = {0} Reference = {1} {2} -ServiceIncompatibleComponentInterface = [ASM50004,JCA30002] Component service interface incompatible with implementation service interface: Component = {0} Service = {1} {2} +ServiceIncompatibleComponentInterface = [ASM50004,JCA30002,JCI80001] Component service interface incompatible with implementation service interface: Component = {0} Service = {1} {2} 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 = [ASM60033] No targets for reference: Composite = {0} Reference = {1} |