From 27bb15967a7e8124b586bc4fa278f7f534e69b5e Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 9 Apr 2010 15:55:49 +0000 Subject: TUSCANY-3531 - validate that composite reference don't override nonOverridable component references git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@932474 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/assembly/builder/assembly-validation-messages.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany') 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 7958acfec4..8e6b351ea4 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 @@ -75,3 +75,4 @@ PropertXSDTypesDontMatch = [ASM_5036] The property component {0} property {1} ha 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 no matching policy set URIFoundOnServiceSCABinding = [ASM90005] The SCA binding {0} on component {1} service {2} should not have a URI and the URI is currently set to {3} +CompositeReferencePromotesNonOverridableReference = [ASM50042] Composite reference promotes component reference with 1..1 multiplicity and nonOverridable flag set true: Composite = {0} Composite reference = {1} Component reference = {2} -- cgit v1.2.3