Author: kelvingoodson
Date: Tue Mar  2 17:38:05 2010
New Revision: 918122

URL: http://svn.apache.org/viewvc?rev=918122&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=918122&r1=918121&r2=918122&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
 Tue Mar  2 17:38:05 2010
@@ -26,8 +26,9 @@
 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}
-PropertyNotFound = Property not found for component property: Component = {0} 
Property = {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}
 PropertyOverrideManyAttribute = Component property many attribute incompatible 
with property: Component = {0} Property = {1}
@@ -42,11 +43,11 @@
 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}
-PromotedServiceNotFound = Promoted component service not found: Composite = 
{0} Service = {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}
 NoMatchingCallbackBinding = Component reference {0} does not have a callback 
binding which matches the callback bindings of service {1}
-ReferenceEndPointMixWithTarget = Composite {0} Component {1} Reference {2} 
must not specify endpoints using both target attribute and with a binding child 
element
+ReferenceEndPointMixWithTarget = [ASM50026] Composite {0} Component {1} 
Reference {2} must not specify endpoints using both target attribute and with a 
binding child element
 CompositeAlreadyIncluded = Composite {0} has already been included.
 ComponentReferenceMoreWire = Component reference {0} has more than one wires
 WireTargetNotFound = Wire target not found : {0}
@@ -69,7 +70,7 @@
 PolicySetNotFound = PolicySet {0} is not defined in SCA definitions
 MutuallyExclusiveIntents = [POL40009] Intent {0} and {1} are mutually 
exclusive 
 PropertyXpathExpressionReturnedNull = The property XPath expression for 
component {0} property {1} expression {2} did not match anything in the source 
property
-PropertyHasManyValues = The property component {0} property {1} has many 
values but its "many" attribute is set to false
+PropertyHasManyValues = [ASM50032] The property component {0} property {1} has 
many values but its "many" attribute is set to false
 PropertXSDTypesDontMatch = [ASM_5036] The property component {0} property {1} 
has XSD type {2} while its component type property has the XSD type {3}
 PropertXSDElementsDontMatch = [ASM_5036] The property component {0} property 
{1} has XSD element {2} while its component type property has the XSD element 
{3}
-IntentNotSatisfied = The intent {0} associated with policy subject {1} has not 
matching policy set
\ No newline at end of file
+IntentNotSatisfied = The intent {0} associated with policy subject {1} has not 
matching policy set


Reply via email to