From d4ded3cb69b21795caa384007ebf6b91bca620c1 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 18 Jun 2008 22:00:05 +0000 Subject: TUSCANY-2402 - Applying Ram's patch to include new resource bundle for module git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@669308 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/xsd/xml/XSDDocumentProcessor.java | 2 +- .../xsd-xml-validation-messages.properties | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties (limited to 'java/sca/modules/xsd-xml/src') diff --git a/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java b/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java index daff7696f6..f54212de9a 100644 --- a/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java +++ b/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java @@ -60,7 +60,7 @@ public class XSDDocumentProcessor implements URLArtifactProcessor */ private void error(String message, Object model, Exception ex) { if (monitor != null) { - Problem problem = new ProblemImpl(this.getClass().getName(), "interface-wsdlxml-validation-messages", Severity.ERROR, model, message, ex); + Problem problem = new ProblemImpl(this.getClass().getName(), "xsd-xml-validation-messages", Severity.ERROR, model, message, ex); monitor.problem(problem); } } diff --git a/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties b/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties new file mode 100644 index 0000000000..ab50456510 --- /dev/null +++ b/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties @@ -0,0 +1,23 @@ +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# +ContributionReadException = ContributionReadException occured due to : {0} + + -- cgit v1.2.3