Author: kelvingoodson
Date: Wed Mar  3 11:46:32 2010
New Revision: 918425

URL: http://svn.apache.org/viewvc?rev=918425&view=rev
Log:
update messages with conformance statements

Modified:
    
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties

Modified: 
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties?rev=918425&r1=918424&r2=918425&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties
 Wed Mar  3 11:46:32 2010
@@ -24,10 +24,9 @@
 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 @@
 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 @@
 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}


Reply via email to