Author: kelvingoodson
Date: Wed Mar  3 14:02:01 2010
New Revision: 918475

URL: http://svn.apache.org/viewvc?rev=918475&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=918475&r1=918474&r2=918475&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 14:02:01 2010
@@ -29,7 +29,7 @@
 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}
+PropertyMustSupplyNull = [ASM40011,ASM60034] No value configured on a 
mustSupply property: Component = {0} Property = {1}
 PropertyOverrideManyAttribute = Component property many attribute incompatible 
with property: Component = {0} Property = {1}
 ReferenceNotFoundForComponentReference = [ASM50008] Component type reference 
not found for component reference: Component = {0} Reference = {1}
 ReferenceIncompatibleMultiplicity = [ASM50009] Component reference 
multiplicity incompatible with reference multiplicity: Component = {0} 
Reference = {1}
@@ -40,9 +40,9 @@
 ServiceIncompatibleComponentInterface = [ASM50004] 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 = No targets for reference: Composite = {0} Reference 
= {1}
+ReferenceWithoutTargets = [ASM60033] No targets for reference: 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}
+PromotedServiceNotFound = [ASM60004,ASM60032] 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}
@@ -56,7 +56,7 @@
 TooManyReferenceTargets = [ASM50022] Too many targets on reference: {0}
 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}
+NoComponentReferenceTarget = [ASM60028] No target services found for the 
component reference to be autowired: {0}
 NoTypeForComponentProperty = No type specified on component property: 
Component = {0} Property = {1}
 URLSyntaxException = URLSyntaxException when creating binding URI at component 
= {0} service = {1} binding = {2}
 IllegalCompositeIncusion = Local Composite {0} cannot include a non-local 
composite {1}


Reply via email to