org.glassfish.jersey.server.spring.localization.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jersey-spring4 Show documentation
Show all versions of jersey-spring4 Show documentation
Jersey extension module providing support for Spring 4 integration.
#
# Copyright (c) 2013, 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
#
no.beans.found.for.type=No beans found. Resolution failed for type {0}.
ctx.lookup.started=Spring context lookup started.
ctx.lookup.failed=Spring context lookup failed, skipping spring component provider initialization.
ctx.lookup.sucessful=Spring context lookup done.
spring.component.provider.initialized=Spring component provider initialized.
none.or.multiple.beans.available=None or multiple beans found in Spring context for type {0}, skipping the type.
bean.registered=Spring managed bean, {0}, registered with HK2.
registering.ctx.loader.listener=Registering Spring ContextLoaderListener
skipping.ctx.lodaer.listener.registration=Presuming Spring ContextLoaderListener was manually registered. Skipping context loader registration.
not.in.request.scope=Cannot ask for request attributes - request is not active anymore!