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

org.glassfish.jersey.internal.localization.properties Maven / Gradle / Ivy

There is a newer version: 4.0.0-M1
Show newest version
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License").  You
# may not use this file except in compliance with the License.  You can
# obtain a copy of the License at
# http://glassfish.java.net/public/CDDL+GPL_1_1.html
# or packager/legal/LICENSE.txt.  See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at packager/legal/LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license."  If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above.  However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#

cache.control.is.null=Cache control is null.
callback.method.invocation.failed=Invocation of a {0} method on a request execution callback has failed on thread {1}.
component.cannot.be.null=Registered component instance cannot be null.
component.class.cannot.be.null=Registered component class cannot be null.
component.type.already.registered=Cannot new create registration for component type {0}: Existing previous registration found for the type.
configuration.not.modifiable=The configuration is not modifiable in this context.
contract.not.assignable=Contract {0} can not be registered for component {1}: Contract not assignable to component.
contract.not.supported=Contract {0} can not be registered for component {1}: Contract type not supported.
cookie.is.null=Cookie is null.
date.is.null=Date is null.
dependent.class.of.provider.format.error={0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only.
dependent.class.of.provider.not.found=A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored.
entity.tag.is.null=Entity tag is null.
error.caught.while.loading.spi.providers=Error caught while loading SPI providers.
error.entity.stream.closed=Entity input stream has already been closed.
error.entity.provider.basictypes.character.morechars=A single character expected in the entity input stream.
error.entity.provider.basictypes.constructor=Error converting entity to {0} type by single String constructor.
error.entity.provider.basictypes.unkwnown=Unsupported basic type {0}.
error.interceptor.reader.proceed=Last reader interceptor in the chain called the method proceed.
error.interceptor.writer.proceed=Last writer interceptor in the chain called the method proceed.
# {0} - Arbitrary localized message, e.g.: [NONFATAL] ; source=
error.msg=WARNING: {0}
error.notfound.messagebodywriter=MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
error.notfound.messagebodyreader=MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
error.processing.messagebody=Exception during processing (read/write) of the message body.
error.provider.constrainedTo.wrong.package=A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
error.provider.constrainedTo.wrong.runtime=A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
error.provider.and.resource.constrainedTo.ignored=Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored. However, the resource class will be loaded and used as an resource.
error.provider.constrainedTo.ignored=Due to constraint configuration problems the provider {0} will be ignored.
error.provider.registered.wrong.runtime=A provider {0} registered in {1} runtime implements only {2} provider interfaces.
error.reading.entity.from.input.stream=Error reading entity from input stream.
error.unmarshalling.jaxb=Error un-marshalling JAXB object of type: {0}.
# {0} - List of arbitrary localized messages, e.g.: [NONFATAL] ; source=
errors.and.warnings.detected=The following errors and warnings have been detected: {0}
exception.caught.while.loading.spi.providers=Exception caught while loading SPI providers.
exception.mapper.supported.type.unknown=Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
feature.has.already.been.processed=Feature [{0}] has already been processed.
illegal.config.syntax=Illegal configuration-file syntax.
illegal.initial.capacity=Illegal initial capacity: {0}.
illegal.invocation.context.state=Invocation context is in illegal state "{0}" for "{1}" operation.
illegal.load.factor=Illegal load factor: {0}.
illegal.provider.class.name=Illegal provider-class name: {0}.
invalid.host=Invalid host name.
invalid.port=Invalid port value.
invocation.failed=Invocation of a {0} method on a request execution callback has failed.
link.is.null=Link is null.
locale.is.null=Locale is null.
matrix.param.null=One or more of matrix value parameters are null.
media.type.is.null=Media type is null.
message.content.buffering.failed=Failed to buffer the message content input stream.
message.content.input.stream.close.failed=Error closing message content input stream.
message.content.buffer.reset.failed=Error resetting the buffered message content input stream.
new.cookie.is.null=New cookie is null.
no.container.available=No container available.
no.error.processing.in.scope=There is no error processing in scope.
param.null="{0}" parameter is null.
provider.class.could.not.be.loaded=The class {0} implementing provider {1} could not be loaded: {2}
provider.could.not.be.created=The class {0} implementing provider {1} could not be instantiated: {2}
provider.not.found=The class {0} implementing the provider {1} is not found. The provider implementation is ignored.
query.param.null=One or more of query value parameters are null.
response.closed=Response is closed.
request.cancel.failed=Failed to cancel request invocation context in state "{0}".
request.execution.failed=Request execution has failed.
request.suspend.failed=Failed to suspend request invocation context in state "{0}".
request.suspended.response.ignored=Request processing suspended - response returned by inflector ignored: {0}
sax.cannot.enable.secure.processing.feature=JAXP feature XMLConstants.FEATURE_SECURE_PROCESSING cannot be set on a SAXParserFactory. \
  External general entity processing is disabled but other potential security related features will not be enabled.
sax.cannot.enable.security.features=Security features for the SAX parser could not be enabled.
sax.xdk.no.security.features=Using XDK. No security features will be enabled for the SAX parser.
string.is.null=String is null.
template.param.null=One or more of template keys or values are null.
type.to.class.conversion.not.supported=Type-to-class conversion not supported for: {0}.
unable.to.parse.header.value=Unable to parse "{0}" header value: "{1}"
too.many.header.values=Too many "{0}" header values: "{1}"
uri.builder.scheme.part.null=Supplied scheme-specific part parameter is null.
uri.builder.scheme.part.unexpected.component=Supplied scheme-specific URI part "{0}" contains unexpected URI Scheme component: {1}.
uri.builder.uri.part.fragment=Supplied scheme-specific URI part "{0}" contains URI Fragment component: {1}.
uri.builder.class.path.annotation.missing=The class, {0} is not annotated with @Path.
uri.builder.methodname.not.specified=The method named "{0}" is not specified by {1}.
uri.builder.annotatedelement.path.annotation.missing=The annotated element "{0}" is not annotated with @Path.
uri.builder.schema.part.opaque=Schema specific part is opaque.
uri.builder.path.segment.null=Path segment is null.
uri.component.encoded.octet.invalid.digit=Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
uri.component.encoded.octet.malformed=Malformed percent-encoded octet at index {0}.
uri.component.invalid.character=The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
uri.is.null=Uri is null.
using.custom.request.executor="Using custom requesting executor [{0}] provided by [{1}]."
using.custom.response.executor="Using custom responding executor [{0}] provided by [{1}]."
using.default.request.executor="Using default requesting executor [{0}]."
using.default.response.executor="Using default responding executor [{0}]."
# {0} - Arbitrary localized message, e.g.: [FATAL] ; source=
warning.msg=WARNING: {0}
warning.provider.constrainedTo.wrong.package=A registered provider {0} constrained (via @ConstrainedTo) to {1} runtime implements interface {2} which is only usable in a {3} runtime context.
# {0} - List of arbitrary localized messages, e.g.: [FATAL] ; source=
warnings.detected=The following warnings have been detected: {0}