summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-23 06:25:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-09-23 06:25:48 +0000
commite96c1de39f77919337dd571a80a4c8e58e6cb9e3 (patch)
tree8411d44a837a89e7dd4416dd6c8df4082294d243 /java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties
parentb95d8fe3c01e7bc5a08915b14864699a7c979e91 (diff)
TUSCANY-2538 - Moving Default element processor to contribution-xml and various other minor fixes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties b/java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties
index bd650fe457..4f9f85048e 100644
--- a/java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties
+++ b/java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties
@@ -23,9 +23,12 @@ SchemaFatalError = XMLSchema validation fatal error occured in: {0} ,line = {1},
SchemaWarning = XMLSchema validation warning occured in: {0} ,line = {1}, column = {2}, Message = {3}
UnsupportedPackageTypeException = Unsupported contribution package type: {0}
ElementCannotBeProcessed = Element {0} cannot be processed. ({1})
+AttributeCannotBeProcessed = Attribute {0} cannot be processed. ({1})
NoStaxProcessor = No StAX processor is configured to handle {0}
ContributionWriteException = ContributionWriteException occured due to :
ContributionReadException = ContributionReadException occured due to :
UnrecognizedElementException = Unrecognized Element : {0}
IllegalArgumentException = Invalid qname: {0}
PrivilegedActionException = PrivilegedActionException occured due to :
+AttributeCannotBeProcessed = Attribute {0} cannot be processed. ({1})
+