src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Messages.properties

Print this page


   1 #
   2 # Copyright (c) 1997, 2012, 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


  73 
  74 TWO_ATTRIBUTE_WILDCARDS = \
  75     {0} has two properties with the @XmlAnyAttribute annotation.
  76 
  77 SUPER_CLASS_HAS_WILDCARD = \
  78     Can''t have @XmlAnyAttribute when a base class has it already.
  79 
  80 INVALID_ATTRIBUTE_WILDCARD_TYPE = \
  81     @XmlAnyAttribute is placed on a property whose type is {0} but it needs to be assignable to java.util.Map.
  82 
  83 PROPERTY_MISSING_FROM_ORDER = \
  84     Property {0} is present but not specified in @XmlType.propOrder
  85 
  86 PROPERTY_ORDER_CONTAINS_UNUSED_ENTRY = \
  87     Property {0} appears in @XmlType.propOrder, but no such property exists. Maybe you meant {1}?
  88 
  89 # {1} - (local) type name e.g.: '#foo' is not a valid value for 'NCName'
  90 INVALID_XML_ENUM_VALUE = \
  91     "{0}" is not a valid value for {1}.
  92 
  93 FAILED_TO_INITIALE_DATATYPE_FACTORY = \
  94     Failed to initialize JAXP 1.3 DatatypeFactory class.
  95 
  96 NO_IMAGE_WRITER = \
  97     No javax.imageio.ImageWriter is available for the specified MIME type "{0}"
  98 
  99 ILLEGAL_MIME_TYPE = \
 100     "{0}" is not a valid MIME type: {1}
 101 
 102 ILLEGAL_ANNOTATION = \
 103     {0} annotation cannot be placed here
 104 
 105 MULTIPLE_VALUE_PROPERTY = \
 106     @XmlValue is only allowed one per class, but two properties are annotated with @XmlValue.
 107 
 108 XMLVALUE_IN_DERIVED_TYPE = \
 109     @XmlValue is not allowed on a class that derives another class.
 110 
 111 ELEMENT_AND_VALUE_PROPERTY = \
 112     If a class has @XmlElement property, it cannot have @XmlValue property.
 113 
 114 CONFLICTING_XML_TYPE_MAPPING = \
 115     Two classes have the same XML type name "{0}". Use @XmlType.name and @XmlType.namespace to \


   1 #
   2 # Copyright (c) 1997, 2014, 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


  73 
  74 TWO_ATTRIBUTE_WILDCARDS = \
  75     {0} has two properties with the @XmlAnyAttribute annotation.
  76 
  77 SUPER_CLASS_HAS_WILDCARD = \
  78     Can''t have @XmlAnyAttribute when a base class has it already.
  79 
  80 INVALID_ATTRIBUTE_WILDCARD_TYPE = \
  81     @XmlAnyAttribute is placed on a property whose type is {0} but it needs to be assignable to java.util.Map.
  82 
  83 PROPERTY_MISSING_FROM_ORDER = \
  84     Property {0} is present but not specified in @XmlType.propOrder
  85 
  86 PROPERTY_ORDER_CONTAINS_UNUSED_ENTRY = \
  87     Property {0} appears in @XmlType.propOrder, but no such property exists. Maybe you meant {1}?
  88 
  89 # {1} - (local) type name e.g.: '#foo' is not a valid value for 'NCName'
  90 INVALID_XML_ENUM_VALUE = \
  91     "{0}" is not a valid value for {1}.
  92 



  93 NO_IMAGE_WRITER = \
  94     No javax.imageio.ImageWriter is available for the specified MIME type "{0}"
  95 
  96 ILLEGAL_MIME_TYPE = \
  97     "{0}" is not a valid MIME type: {1}
  98 
  99 ILLEGAL_ANNOTATION = \
 100     {0} annotation cannot be placed here
 101 
 102 MULTIPLE_VALUE_PROPERTY = \
 103     @XmlValue is only allowed one per class, but two properties are annotated with @XmlValue.
 104 
 105 XMLVALUE_IN_DERIVED_TYPE = \
 106     @XmlValue is not allowed on a class that derives another class.
 107 
 108 ELEMENT_AND_VALUE_PROPERTY = \
 109     If a class has @XmlElement property, it cannot have @XmlValue property.
 110 
 111 CONFLICTING_XML_TYPE_MAPPING = \
 112     Two classes have the same XML type name "{0}". Use @XmlType.name and @XmlType.namespace to \