diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-24 11:27:39 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-24 11:27:39 +0000 |
commit | 583763742908fdbd30ac1bab478a00073a056a7a (patch) | |
tree | 5e54160e09cfb978cc9c20667ceb29dfbea75a86 | |
parent | 459f7655bef435db43ecc14a53566146933a8063 (diff) |
add conformance statement numbers to error messages for ASM40002,ASM40004,ASM40011
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883658 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-validation-messages.properties | 6 |
1 files changed, 3 insertions, 3 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 39b2f237dc..e614fba65a 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 @@ -26,11 +26,11 @@ 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 = Duplicate property name: Component = {0} Property = {1} -DuplicateImplementationServiceName = Duplicate service name: Component = {0} Service = {1} -DuplicateImplementationReferenceName = Duplicate reference name: Component = {0} Reference = {1} +DuplicateImplementationServiceName = [ASM40002] Duplicate service name: Component = {0} Service = {1} +DuplicateImplementationReferenceName = [ASM40004] Duplicate reference name: Component = {0} Reference = {1} PropertyNotFound = Property not found for component property: Component = {0} Property = {1} 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} +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} 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} |