aoqi@0: # aoqi@0: # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. aoqi@0: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. aoqi@0: # aoqi@0: # This code is free software; you can redistribute it and/or modify it aoqi@0: # under the terms of the GNU General Public License version 2 only, as aoqi@0: # published by the Free Software Foundation. Oracle designates this aoqi@0: # particular file as subject to the "Classpath" exception as provided aoqi@0: # by Oracle in the LICENSE file that accompanied this code. aoqi@0: # aoqi@0: # This code is distributed in the hope that it will be useful, but WITHOUT aoqi@0: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or aoqi@0: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License aoqi@0: # version 2 for more details (a copy is included in the LICENSE file that aoqi@0: # accompanied this code). aoqi@0: # aoqi@0: # You should have received a copy of the GNU General Public License version aoqi@0: # 2 along with this work; if not, write to the Free Software Foundation, aoqi@0: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. aoqi@0: # aoqi@0: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA aoqi@0: # or visit www.oracle.com if you need additional information or have any aoqi@0: # questions. aoqi@0: # aoqi@0: aoqi@0: # aoqi@0: # Message resource file aoqi@0: # aoqi@0: aoqi@0: aoqi@0: AbstractReferenceFinderImpl.UnableToParse = \ aoqi@0: Unable to parse "{0}" : {1} aoqi@0: aoqi@0: aoqi@0: aoqi@0: # {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"? aoqi@0: Internalizer.IncorrectSchemaReference = \ aoqi@0: "{0}" is not a part of this compilation. Is this a mistake for "{1}"? aoqi@0: aoqi@0: Internalizer.XPathEvaluationError = \ aoqi@0: XPath error: {0} aoqi@0: aoqi@0: # {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element. aoqi@0: Internalizer.XPathEvaluatesToNoTarget = \ aoqi@0: XPath evaluation of "{0}" results in empty target node aoqi@0: aoqi@0: # {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element. aoqi@0: Internalizer.XPathEvaulatesToTooManyTargets = \ aoqi@0: XPath evaluation of "{0}" results in too many ({1}) target nodes aoqi@0: aoqi@0: # {0} - xpath location (location of element/node/... in XML) e.g.: XPath evaluation of "/foo/bar" needs to result in an element. aoqi@0: Internalizer.XPathEvaluatesToNonElement = \ aoqi@0: XPath evaluation of "{0}" needs to result in an element. aoqi@0: aoqi@0: Internalizer.XPathEvaluatesToNonSchemaElement = \ aoqi@0: XPath evaluation of "{0}" needs to result in an element of the schema language, \ aoqi@0: but it results in {1} aoqi@0: aoqi@0: Internalizer.ContextNodeIsNotElement = \ aoqi@0: Context node is not an element. aoqi@0: aoqi@0: Internalizer.OrphanedCustomization = \ aoqi@0: The "{0}" customization is not associated with any schema element. aoqi@0: aoqi@0: Internalizer.IncorrectVersion = \ aoqi@0: JAXB version attribute must be "1.0" aoqi@0: aoqi@0: Internalizer.VersionNotPresent = \ aoqi@0: JAXB version attribute must be present aoqi@0: aoqi@0: Internalizer.TwoVersionAttributes = \ aoqi@0: Both jaxb:version and version are present aoqi@0: aoqi@0: ERR_GENERAL_SCHEMA_CORRECTNESS_ERROR = \ aoqi@0: We were unable to ensure the correctness of the schema: {0} aoqi@0: aoqi@0: SCD_NOT_ENABLED = \ aoqi@0: Schema component designator support is disabled by default. Use the -extension switch to enable this vendor extension. aoqi@0: aoqi@0: # SCD = Schema Component Designator. aoqi@0: ERR_SCD_EVAL = \ aoqi@0: Invalid SCD: {0} aoqi@0: aoqi@0: # SCD = Schema Component Designator. aoqi@0: ERR_SCD_EVALUATED_EMPTY = \ aoqi@0: SCD "{0}" didn't match any schema component aoqi@0: aoqi@0: # SCD = Schema Component Designator. aoqi@0: ERR_SCD_MATCHED_MULTIPLE_NODES = \ aoqi@0: SCD "{0}" matched {1} schema components whereas only 1 is expected aoqi@0: aoqi@0: # 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. aoqi@0: ERR_SCD_MATCHED_MULTIPLE_NODES_FIRST = \ aoqi@0: (related to above) one of the matched schema components is defined here aoqi@0: aoqi@0: # 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. aoqi@0: ERR_SCD_MATCHED_MULTIPLE_NODES_SECOND = \ aoqi@0: (related to above) another matched schema component is defined here aoqi@0: aoqi@0: ERR_FILENAME_IS_NOT_URI = \ aoqi@0: File name is not an URI. aoqi@0: aoqi@0: DOMFOREST_INPUTSOURCE_IOEXCEPTION = \ aoqi@0: IOException thrown when processing "{0}". Exception: {1}.