From e1ac47593af2b7e377aaffe3183d4d29658a6e88 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 27 Jul 2010 09:05:26 +0000 Subject: Some defensive code to avert an NPE that's now causing ASM_8005, ASM_8017, ASM_8018 to fail. It's not clear why this code is being hit now when it wasn't previously. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979597 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/assembly/builder/assembly-validation-messages.properties | 2 ++ 1 file changed, 2 insertions(+) (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 fe92f5eab3..91b1721bf7 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 @@ -81,3 +81,5 @@ PropertyValueDoesNotMatchComplexType = [ASM50038] The property {0} on component PropertyValueDoesNotMatchElement = [ASM50029] The property {0} on component {1} has a value which does not match the element {2} with which it is associated. Validation reported {3} EPRIncompatibleInterface = [BWS20007] The reference interface is incompatible with the interface of the reference binding {0} EPIncompatibleInterface = [BWS20007] The service interface is incompatible with the interface of the service binding {0} +PromotedCallbackReferenceNotFound = For component {0} and service {1} the promoted component {2} does not have a callback reference called {3} which should have been created automatically by Tuscany +PromotedCallbackServiceNotFound = For component {0} and reference {1} the promoted component {2} does not have a callback service called {3} which should have been created automatically by Tuscany -- cgit v1.2.3