Author: slaws
Date: Mon Oct  5 15:16:28 2009
New Revision: 821832

URL: http://svn.apache.org/viewvc?rev=821832&view=rev
Log:
Update two error messages to point out that the component type and component 
services/references don't match.

Modified:
    
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties

Modified: 
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties?rev=821832&r1=821831&r2=821832&view=diff
==============================================================================
--- 
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
 (original)
+++ 
tuscany/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
 Mon Oct  5 15:16:28 2009
@@ -23,7 +23,7 @@
 DuplicateComponentReferenceName = Duplicate component reference name: 
Component = {0} Reference = {1}
 DuplicateComponentPropertyName = Duplicate component property name: Component 
= {0} Property = {1}
 NoComponentImplementation = No implementation for component: Component = {0}
-ServiceNotFoundForComponentService = Service not found for component service 
(missing @Remotable annotation?): Component = {0} Service = {1}
+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}
@@ -32,7 +32,7 @@
 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}
 PropertyOverrideManyAttribute = Component property many attribute incompatible 
with property: Component = {0} Property = {1}
-ReferenceNotFoundForComponentReference = Reference not found for component 
reference: Component = {0} Reference = {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}
 ReferenceIncompatibleInterface = Incompatible interfaces on component 
reference and target: Composite = {0} Reference = {1} Service = {2}
 ReferencePromotionIncompatibleInterface = Promoted reference interface 
incompatible with promoting reference: Promoting interface = {0} Promoted = {1}


Reply via email to