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
This commit is contained in:
parent
459f7655be
commit
5837637429
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue