src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/MessageBundle.properties

changeset 286
f50545b5e2f1
parent 0
373ffda63c9a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/MessageBundle.properties	Tue Mar 06 16:09:35 2012 -0800
     1.3 @@ -0,0 +1,104 @@
     1.4 +#
     1.5 +# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7 +#
     1.8 +# This code is free software; you can redistribute it and/or modify it
     1.9 +# under the terms of the GNU General Public License version 2 only, as
    1.10 +# published by the Free Software Foundation.  Oracle designates this
    1.11 +# particular file as subject to the "Classpath" exception as provided
    1.12 +# by Oracle in the LICENSE file that accompanied this code.
    1.13 +#
    1.14 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.15 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.16 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.17 +# version 2 for more details (a copy is included in the LICENSE file that
    1.18 +# accompanied this code).
    1.19 +#
    1.20 +# You should have received a copy of the GNU General Public License version
    1.21 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.22 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.23 +#
    1.24 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.25 +# or visit www.oracle.com if you need additional information or have any
    1.26 +# questions.
    1.27 +#
    1.28 +
    1.29 +#
    1.30 +# Message resource file
    1.31 +#
    1.32 +
    1.33 +
    1.34 +AbstractReferenceFinderImpl.UnableToParse = \
    1.35 +        Unable to parse "{0}" : {1}
    1.36 +
    1.37 +
    1.38 +
    1.39 +# {0} - schema location, {1} - (correct) schema location e.g.: "classpath:/foo/bar/Schema.xsd" is not a part of this compilation. Is this a mistake for "file:/bar/foo/Schema2.xsd"? OR "http://localhost:8080/MyService/TestService?wsdl" is not a part of this compilation. Is this a mistake for "http://localhost:8080/MyService/TestService?wsdl#types3"?
    1.40 +Internalizer.IncorrectSchemaReference = \
    1.41 +        "{0}" is not a part of this compilation. Is this a mistake for "{1}"?
    1.42 +
    1.43 +Internalizer.XPathEvaluationError = \
    1.44 +        XPath error: {0}
    1.45 +
    1.46 +# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
    1.47 +Internalizer.XPathEvaluatesToNoTarget = \
    1.48 +        XPath evaluation of "{0}" results in empty target node
    1.49 +
    1.50 +# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
    1.51 +Internalizer.XPathEvaulatesToTooManyTargets = \
    1.52 +        XPath evaluation of "{0}" results in too many ({1}) target nodes
    1.53 +
    1.54 +# {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element.
    1.55 +Internalizer.XPathEvaluatesToNonElement = \
    1.56 +        XPath evaluation of "{0}" needs to result in an element.
    1.57 +
    1.58 +Internalizer.XPathEvaluatesToNonSchemaElement = \
    1.59 +        XPath evaluation of "{0}" needs to result in an element of the schema language, \
    1.60 +        but it results in {1}
    1.61 +
    1.62 +Internalizer.ContextNodeIsNotElement = \
    1.63 +        Context node is not an element.
    1.64 +
    1.65 +Internalizer.OrphanedCustomization = \
    1.66 +        The "{0}" customization is not associated with any schema element.
    1.67 +
    1.68 +Internalizer.IncorrectVersion = \
    1.69 +        JAXB version attribute must be "1.0"
    1.70 +
    1.71 +Internalizer.VersionNotPresent = \
    1.72 +        JAXB version attribute must be present
    1.73 +
    1.74 +Internalizer.TwoVersionAttributes = \
    1.75 +        Both jaxb:version and version are present
    1.76 +
    1.77 +ERR_GENERAL_SCHEMA_CORRECTNESS_ERROR = \
    1.78 +    We were unable to ensure the correctness of the schema: {0}
    1.79 +
    1.80 +SCD_NOT_ENABLED = \
    1.81 +    Schema component designator support is disabled by default. Use the -extension switch to enable this vendor extension.
    1.82 +
    1.83 +# SCD = Schema Component Designator.
    1.84 +ERR_SCD_EVAL = \
    1.85 +    Invalid SCD: {0}
    1.86 +
    1.87 +# SCD = Schema Component Designator.
    1.88 +ERR_SCD_EVALUATED_EMPTY = \
    1.89 +    SCD "{0}" didn't match any schema component
    1.90 +
    1.91 +# SCD = Schema Component Designator.
    1.92 +ERR_SCD_MATCHED_MULTIPLE_NODES = \
    1.93 +    SCD "{0}" matched {1} schema components whereas only 1 is expected
    1.94 +
    1.95 +# Not concatenated with any other string (written on a separate line) but printed after (and related to) ERR_SCD_MATCHED_MULTIPLE_NODES, followed by a line with the position of the problem in a particular file.
    1.96 +ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST = \
    1.97 +    (related to above) one of the matched schema components is defined here
    1.98 +
    1.99 +# Not concatenated with any other string (written on a separate line) but printed after (related to ERR_SCD_MATCHED_MULTIPLE_NODES) ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST, followed by a line with the position of the problem in a particular file.
   1.100 +ERR_SCD_MATCHED_MULTIPLE_NODES_SECOND = \
   1.101 +    (related to above) another matched schema component is defined here
   1.102 +
   1.103 +ERR_FILENAME_IS_NOT_URI = \
   1.104 +    File name is not an URI.
   1.105 +
   1.106 +DOMFOREST_INPUTSOURCE_IOEXCEPTION = \
   1.107 +    IOException thrown when processing "{0}". Exception: {1}.

mercurial