summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 12:31:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 12:31:27 +0000
commitb8dc89d4e5c8f74213ac370b5a3010cc2b93d6fc (patch)
treea7b94d5ccd3e7f1c7e4c6a98a72d789518354f52 /java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
parent5893059c57c5a359d20cd866c570519135d26c1c (diff)
Update message with a hint what the problem might be caused by
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
index cfa76800eb..b4e987df02 100644
--- a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
+++ b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
@@ -23,7 +23,7 @@ DuplicateComponentServiceName = Duplicate component service name: Component = {0
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: Component = {0} Service = {1}
+ServiceNotFoundForComponentService = 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}