summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-08-03 12:07:49 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-08-03 12:07:49 +0000
commit77d62d152b3a849d188e337fdb357f8dda2be773 (patch)
tree48ec8c32843a04365f890477db4e46c7b80b74f0 /java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties
parentb0ad224f91ccc68d816cfbd3555004734aefc97f (diff)
Raise an error when remotable is set to anything but true. Required to get ASM-8019 going. There needs to be a further change here to get the context of the error printed out. ML discussion ongoing.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@800327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties')
-rw-r--r--java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties b/java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties
index 2f8c3e0500..328f3c2d35 100644
--- a/java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties
+++ b/java/sca/modules/interface-wsdl/src/main/resources/interface-wsdlxml-validation-messages.properties
@@ -21,4 +21,5 @@
ContributionReadException = ContributionReadException occured due to :
ContributionResolveException = ContributionResolveException occured due to :
InvalidWSDLInterfaceAttr = Invalid WSDL interface attribute: {0}
-WsdlInterfaceDoesNotMatch = The #wsdl.interface({0}) specified does not match with WSDL Definitions \ No newline at end of file
+WsdlInterfaceDoesNotMatch = The #wsdl.interface({0}) specified does not match with WSDL Definitions
+InvalidRemotableValue = The interface.wsdl interface {0} element can only have a remotable attribute with the value "true" as WSDL interface are assumed to be remotable by default. The value that was found is: {1}. \ No newline at end of file