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

Tue, 09 Apr 2013 14:51:13 +0100

author
alanb
date
Tue, 09 Apr 2013 14:51:13 +0100
changeset 368
0989ad8c0860
parent 0
373ffda63c9a
permissions
-rw-r--r--

8010393: Update JAX-WS RI to 2.2.9-b12941
Reviewed-by: alanb, erikj
Contributed-by: miroslav.kos@oracle.com, martin.grebac@oracle.com

     1 #
     2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     8 # particular file as subject to the "Classpath" exception as provided
     9 # by Oracle in the LICENSE file that accompanied this code.
    10 #
    11 # This code is distributed in the hope that it will be useful, but WITHOUT
    12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    14 # version 2 for more details (a copy is included in the LICENSE file that
    15 # accompanied this code).
    16 #
    17 # You should have received a copy of the GNU General Public License version
    18 # 2 along with this work; if not, write to the Free Software Foundation,
    19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20 #
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    24 #
    26 #
    27 # Message resource file
    28 #
    32 BGMBuilder.NoGlobalElement = \
    33         Schema contains no global element declaration.
    35 UnusedCustomizationChecker.WarnUnusedExpectedContentTypes = \
    36     An xmime:expectedContentTypes attribute is present on an incorrect element
    38 BGMBuilder.MultipleSchemaBindings = \
    39         Multiple <schemaBindings> are defined for the target namespace "{0}"
    41 BGMBuilder.MultipleSchemaBindings.Location = \
    42         Another <schemaBindings> is defined here
    46 ClassSelector.ClassNameIsRequired = \
    47         Cannot derive a name from schema. A name attribute specified to the <class> customization.
    49 ClassSelector.IncorrectClassName = \
    50         Specified name ''{0}'' is not a valid Java identifier.
    52 ClassSelector.IncorrectPackageName = \
    53         The package name ''{1}'' used for this schema is not a valid package name.
    55 # {0} - name-identifier-format-enum
    56 ClassSelector.JavadocHeading = \
    57         <p>Java class for {0}.\n\n<p>The following schema fragment specifies the expected \
    58         content contained within this class.
    60 ClassSelector.JavadocLineUnknown = \
    61         unknown
    63 ClassSelector.ReservedClassName = \
    64         Attempt to create a class having the same name as the reserved word "{0}".
    67 CollisionInfo.CollisionInfo = \
    68         The field name "{0}" is used by two different parts of a schema. See: \n\
    69         {1}\n\
    70         {2}
    72 CollisionInfo.UnknownFile = \
    73         unknown file
    75 # Concatenated with CollisionInfo.CollisionInfo (CollisionInfo.CollisionInfo + CollisionInfo.LineXOfY + CollisionInfo.LineXOfY) e.g.: The field name "FieldName" is used by two different parts of a schema. See: line X of file:Schema.xsd line Y of file:Schema2.xsd
    76 CollisionInfo.LineXOfY = \
    77         line {0} of {1}
    80 ConversionFinder.CannotBeTypeSafeEnum = \
    81         A type safe enum customization is specified to a simple type that cannot \
    82         be mapped to a type safe enum.
    83 ConversionFinder.CannotBeTypeSafeEnum.Location = \
    84         The relevant simple type declaration is specified at this location
    85 ConversionFinder.NoEnumNameAvailable = \
    86         A name attribute is required to customize an anonymous simple type to type-safe enum.
    87 ConversionFinder.NoEnumFacet= \
    88     enum class customization is specified on a type that has no enumeration facet.
    89 ERR_ILLEGAL_EXPECTED_MIME_TYPE = \
    90     Unable to parse the expected MIME type "{0}". {1}.
    93 DatatypeBuilder.DatatypeError = \
    94         Simple type error: {0}
   101 DefaultParticleBinder.UnableToGenerateNameFromModelGroup = \
   102         Unable to generate a property name from a model group. A customization is required.
   104 # {0} - CollisionInfo.CollisionInfo is injected with parameters field name, location at first schema, location at second schema e.g.: Gets the rest of the content model. You are getting this "catch-all" property because of the following reason: The field name "OverviewURL" is used by two different parts of a schema. See: line 392 of file:/C:/Development/Projects/jUDDI_v3/uddi-ws/src/main/resources/uddi_v3.xsd line 390 of file:/C:/Development/Projects/jUDDI_v3/uddi-ws/src/main/resources/uddi_v3.xsd To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the content property.
   105 DefaultParticleBinder.FallbackJavadoc = \
   106         Gets the rest of the content model. \n\
   107         \n\
   108         <p>\n\
   109         You are getting this "catch-all" property because of the following reason: \n\
   110         {0}\n\
   111         <p>\n\
   112         To get rid of this property, apply a property customization to one \n\
   113         of both of the following declarations to change their names: \n
   121 FieldBuilder.IncorrectFixedValue = \
   122         The value specified in the fixed attribute "{0}" is not a valid value for the datatype
   124 FieldBuilder.IncorrectDefaultValue = \
   125         The value specified in the default attribute "{0}" is not a valid value for the datatype
   127 FieldBuilder.ConflictBetweenUserTypeAndActualType.AttUse = \
   128         "{0}" is specified by a customization but this attribute has incompatible type "{1}"
   130 FieldBuilder.ConflictBetweenUserTypeAndActualType.AttUse.Source = \
   131         The relevant customization is specified at this location
   133 FieldBuilder.Javadoc.NilProperty = \
   134         This property is used to control \
   135         <a href="http://www.w3.org/TR/2001/REC-xmlschema-0-20010502/#Nils">the xsi:nil feature</a> \
   136         of W3C XML Schema. \nSetting this property to true will cause \
   137         the output to be &lt;{0} xsi:nil="true" /> regardless of the \
   138         values of the other properties.
   140 FieldBuilder.Javadoc.ValueObject = \
   141         get/set the complex type value associated with this element.\n \
   142         when you unmarshal a document that contains xsi:type, the get{1} method \
   143         would return an instance of derived classes of '{'@link {0}'}'. Similarly, if you set \
   144         an instance of derived classes, then you would get the instance with xsi:type \
   145         when you marshal out to XML.
   148 SimpleTypeBuilder.UnnestedJavaTypeCustomization = \
   149     <javaType> customization in this context must be nested (JAXB spec sec 6.8.1): \n\
   150     \t<property>\n\
   151     \t  <baseType>\n\
   152     \t    <javaType ...>\n\
   153     \t  </baseType>\n\
   154     \t</property>
   156 UnusedCustomizationChecker.UnacknolwedgedCustomization = \
   157         compiler was unable to honor this {0} customization. It is attached to a wrong place, \
   158         or it's inconsistent with other bindings.
   160 UnusedCustomizationChecker.UnacknolwedgedCustomization.Relevant = \
   161         (the above customization is attached to the following location in the schema)
   163 ERR_ENUM_MEMBER_NAME_COLLISION = \
   164     Two enum members yield the same constant name {0}
   166 # Not concatenated with any other String (written on a separate line) but printed after ERR_ENUM_MEMBER_NAME_COLLISION, followed by a line with the position of the problem in a particular file
   167 ERR_ENUM_MEMBER_NAME_COLLISION_RELATED = \
   168     (related to above) the other enum is defined at this location
   170 WARN_ENUM_MEMBER_SIZE_CAP = \
   171     Simple type "{0}" was not mapped to Enum due to EnumMemberSizeCap limit. Facets count: {1}, current limit: {2}. \
   172     You can use customization attribute "typesafeEnumMaxMembers" to extend the limit.
   174 ERR_CANNOT_GENERATE_ENUM_NAME = \
   175     Cannot generate a constant name from the enumeration value "{0}". \
   176     Use <jaxb:typesafeEnumMember name="..."/> to specify one.
   178 # Wrapped into an Exception. Not concatenated with any other string.
   179 ERR_MULTIPLE_GLOBAL_BINDINGS = \
   180     only one globalBindings customization is allowed in a whole compilation
   182 # Not concatenated with any other String (written on a separate line) but printed after ERR_MULTIPLE_GLOBAL_BINDINGS, followed by a line with the position of the problem in a particular file, e.g. parsing a schema... \n [ERROR] only one globalBindings customization is allowed in a whole compilation \n line 8 of file:/C:/kohsuke/Sun/JAXB/jaxb-ri/sandbox/issue98/base.xjb \n [ERROR] (related to above) but one is already given at this location \n line 8 of file:/C:/kohsuke/Sun/JAXB/jaxb-ri/sandbox/issue98/sub1.xjb
   183 ERR_MULTIPLE_GLOBAL_BINDINGS_OTHER = \
   184     (related to above) but one is already given at this location
   186 ERR_REFERENCE_TO_NONEXPORTED_CLASS = \
   187     {0} is in a referenced schema and do not have the corresponding Java class specified by \
   188     <jaxb:class ref="..."/> customization. Therefore it cannot be referenced from outside.
   190 # Not concatenated with any other string (written on a separate line) but printed after ERR_REFERENCE_TO_NONEXPORTED_CLASS.
   191 ERR_REFERENCE_TO_NONEXPORTED_CLASS_MAP_FALSE = \
   192     (related to above) The schema for namespace "{0}" (which includes the above component) is \
   193     designated for reference only by this customization.
   195 # Not concatenated with any other string (written on a separate line) but printed after ERR_REFERENCE_TO_NONEXPORTED_CLASS and ERR_REFERENCE_TO_NONEXPORTED_CLASS_MAP_FALSE.
   196 ERR_REFERENCE_TO_NONEXPORTED_CLASS_REFERER = \
   197     (related to above) The problematic schema component is referenced from this component: {0}
   199 WARN_DEFAULT_VALUE_PRIMITIVE_TYPE = \
   200     Cannot generate default value for primitive type "{0}".

mercurial