All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.rpc.resources.encoding.properties Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
#
# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#

#nested
nestedSerializationError=serialization error: {0}
nestedDeserializationError=deserialization error: {0}
nestedEncodingError=encoding error: {0}

#soap
soap.malformedArrayType=malformed array type: {0}
soap.tooManyArrayElements=serialized array has too many elements
soap.illegalArrayElementPosition=illegal array element position: {0}
soap.missingArrayElementPosition=missing array element position
soap.outOfBoundsArrayElementPosition=array element position is out of bounds: {0}
soap.unexpectedNull=unexpected null
soap.unexpectedReference=unexpected reference
soap.unexpectedElementName=unexpected element name: expected={0}, actual={1}
soap.unexpectedElementType=unexpected element type: expected={0}, actual={1}
soap.unexpectedArrayElementType=unexpected array element type: expected={0}, actual={1}
soap.nonLocalReference=non-local reference (href): {0}
soap.context.not.soapSerialization=non-SOAP serialization context
soap.context.not.soapDeserialization=non-SOAP deserialization context
soap.missingTrailingBlockID=trailing block elements must have an id attribute
soap.missingContentID=attachments must have a Content-ID attribute
soap.malformedArrayDimensions=malformed array dimensions: {0}
soap.irregularMultiDimensionalArray=multi-dimensional array is not regular
soap.illegalArrayOffset=illegal array offset: {0}
soap.unexpectedArrayRank=array has unexpected rank: expected={0}, actual={1}, arrayType={2}
soap.unexpectedArrayDimensions=array has unexpected dimensions: expected={0}, actual={1}, arrayType={2}
soap.unexpectedEncodingStyle=unexpected encoding style: expected={0}, actual={1}
soap.unspecifiedType=cannot encode XML type because it was not specified
soap.duplicate.data.member=member {0} has already been defined
soap.incompleteObject=incomplete object encountered while deserializing
soap.circularReferenceDetected=circular reference detected while serializing: {0}
soap.missing.attachment.for.id=no attachment with id \"{0}\" found in message
soap.multiple.attachments.for.id=multiple attachments with the same id \"{0}\" found in message
soap.no.attachment.encoder.and.serializeAsAttachment=serializeAsAttachment specified but no AttachmentEncoder was provided for type: \"{0}\"
soap.state.wont.notify.without.deserializer=internal error: a deserializer must be registered with a deserialization state before it will accept listeners
soap.unsupportedType=cannot decode XML type \"{0}\"
soap.cannot.serialize.type=cannot serialize type \"{0}\"

# xsd
xsd.unexpectedElementName=unexpected element name: expected={0}, actual={1}
xsd.unexpectedElementType=unexpected element type: expected={0}, actual={1}
xsd.unexpectedNull=unexpected null
xsd.unknownPrefix=unknown prefix in QName literal: {0}
xsd.invalid.date=invalid date: {0}
xsd.invalid.boolean=invalid boolean value: {0}

#msgs for new types
xsd.invalid.time=invalid time value: {0}
xsd.invalid.positiveInteger=invalid positiveInteger value: {0}
xsd.invalid.nonNegativeInteger=invalid nonNegativeInteger value: {0}
xsd.invalid.negativeInteger=invalid negativeInteger value: {0}
xsd.invalid.nonPositiveInteger=invalid nonPositiveInteger value: {0}
xsd.invalid.unsignedLong=invalid unsignedLong value: {0}
xsd.invalid.unsignedInt=invalid unsignedInt value: {0}
xsd.invalid.unsignedShort=invalid unsignedShort value: {0}
xsd.invalid.unsignedByte=invalid unsignedByte value: {0}
xsd.invalid.listType=invalid simple tpye in xsd\:list value: {0}
xsd.duplicateID=xsd:ID validation error, duplicate ID: {0} found

# typemapping
typemapping.nested.exception=type mapping error: {0}
typemapping.nested.exception.static.initialization=type mapping static initialization error: {0}
typemapping.mechanism.unsupported={0} : is not a supported (de)serialization mechanism
typemapping.registration.failed.nested.exception=type mapping registration failed: {0}
typemapping.retrieval.failed.nested.exception=type mapping retrieval failed: {0}
typemapping.mappingDoesNotSupportEncoding=type mapping does not support the specified encoding: {0}
typemapping.noMappingForEncoding=there is no type mapping for the specified encoding: {0}
typemapping.serializerNotRegistered=no serializer is registered for ({0}, {1})
typemapping.deserializerNotRegistered=no deserializer is registered for ({0}, {1})
typemapping.serializer.is.dynamic=dynamic resolution failed to find a serializer for java type:{0}, xml type {1}
typemapping.serializer.definition.recursive=dynamic resolution found a recursive definition for java type: {0}, xmlType: {1}
typemapping.deserializer.is.dynamic=dynamic resolution failed to find a deserializer for {0}
typemapping.not.serializable=Could not serialze registry, type: {0} does not extend Serializable

# typemappingregistry
typemappingregistry.not.serializable=Could not serialze internal registry, type: {0} does not extend Serializable

# literal
literal.unexpectedNull=unexpected null value for literal data
literal.unexpectedElementName=unexpected element name: expected={0}, actual={1}
literal.expectedElementName=expected element is missing: {0}
literal.missingRequiredAttribute=missing required attribute: {0}
literal.simpleContentExpected=expected simple content, found element name: {0}
literal.notIdentifiableObject=expected object with xsd:ID attribute, got: {0}
literal.requiredAttributeConstraint=The required attribute: \"{0}\" can not be null


# initializable
initializable.not.initialized=object not initialized before use

type.is.not.array={0} is not an array type

request.parameter.count.incorrect=expected {0} parameter(s) but received: {1}. Expected parameters: {2} Got parameters:{3}
deserializationstate.deserialize.no.deserializer=illegal deserialization state: no deserializer is available for the current element




© 2015 - 2024 Weber Informatics LLC | Privacy Policy