You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/06/19 00:00:05 UTC

svn commit: r669308 - in /tuscany/java/sca/modules/xsd-xml/src/main: java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java resources/xsd-xml-validation-messages.properties

Author: lresende
Date: Wed Jun 18 15:00:05 2008
New Revision: 669308

URL: http://svn.apache.org/viewvc?rev=669308&view=rev
Log:
TUSCANY-2402 - Applying Ram's patch to include new resource bundle for module

Added:
    tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties   (with props)
Modified:
    tuscany/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java

Modified: tuscany/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java?rev=669308&r1=669307&r2=669308&view=diff
==============================================================================
--- tuscany/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java (original)
+++ tuscany/java/sca/modules/xsd-xml/src/main/java/org/apache/tuscany/sca/xsd/xml/XSDDocumentProcessor.java Wed Jun 18 15:00:05 2008
@@ -60,7 +60,7 @@
      */
     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);
         }        
     }

Added: tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties?rev=669308&view=auto
==============================================================================
--- tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties (added)
+++ tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties Wed Jun 18 15:00:05 2008
@@ -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}
+
+

Propchange: tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/java/sca/modules/xsd-xml/src/main/resources/xsd-xml-validation-messages.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain