From e96c1de39f77919337dd571a80a4c8e58e6cb9e3 Mon Sep 17 00:00:00 2001 From: lresende Date: Tue, 23 Sep 2008 06:25:48 +0000 Subject: 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 --- .../src/main/resources/contribution-validation-messages.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java/sca/modules/contribution/src/main/resources/contribution-validation-messages.properties') 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}) + -- cgit v1.2.3