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

com.sun.enterprise.deployment.annotation.handlers.LocalStrings.properties Maven / Gradle / Ivy

The newest version!
#
# Copyright (c) 2010, 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
#

enterprise.deployment.annotation.handlers.invalidaehandler=Invalid annotation symbol found for this type of class.
enterprise.deployment.annotation.handlers.cantfindmsglistenerintf=Cannot find message listener interface for bean class.
enterprise.deployment.annotation.handlers.ambiguousimplementsclause=Implements clause for 3.x bean class {0} in {1} declares more than one potential business interface.  In this case, the @Remote and/or @Local annotations must be used to identify the business interfaces.
enterprise.deployment.annotation.handlers.invalidtypelevelresource=Invalid TYPE-level @Resource with name() = [{0}] and type = [{1}] in {2}. Each TYPE-level @Resource must specify both name() and type().
enterprise.deployment.annotation.handlers.nonametypelevel=TYPE-Level annotation  must specify name member.
enterprise.deployment.annotation.handlers.invalidinjectionmethod=Injection on a method requires a JavaBeans setter method type with one parameter
enterprise.deployment.annotation.handlers.injectionmethodmustreturnvoid=Injection on a method requires a void return type
enterprise.deployment.annotation.handlers.classnotannotated=Class must be annotated with a {1} annotation\n symbol : {1}\n location: {0}
enterprise.deployment.annotation.handlers.invalidannotationforthisclass=illegal annotation for this class will be ignored
enterprise.deployment.annotation.handlers.invalidinjectionmethodname=Injection method name must start with \"set\"
enterprise.deployment.annotation.handlers.injectionmethodnotstatic=Injection methods for application clients must be declared STATIC
enterprise.deployment.annotation.handlers.injectionfieldnotstatic=Injection fields for application clients must be declared STATIC
enterprise.deployment.annotation.handlers.typeinhernotsupp=The annotation symbol inheritance is not supported.
enterprise.deployment.annotation.handlers.morethanoneauthannotation=One cannot have more than one of @RolesAllowed, @PermitAll, @DenyAll in the same AnnotatedElement.
enterprise.deployment.annotation.handlers.warningdenyalltransportprotected=One should not have @DenyAll and @TransportProtected together. The @TransportProtected would be ignored.
enterprise.deployment.annotation.handlers.typenotfound=TYPE-level annotation symbol must specify type member.
enterprise.deployment.annotation.handlers.invalidtype=Annotation not allowed on this element.
enterprise.deployment.annotation.handlers.classnotfound=Class {0} referenced from annotation symbol cannot be loaded
enterprise.deployment.annotation.handlers.componentnotfound=Component referenced from annotation symbol cannot be found
enterprise.deployment.annotation.handlers.handlerfilenotfound=Handler file {0} not found
enterprise.deployment.annotation.handlers.parserexception={0} XML Parsing error : line  {1} ; Error = {2}
enterprise.deployment.annotation.handlers.wrongannotationlocation=Symbol annotation can only be specified on TYPE
enterprise.deployment.annotation.handlers.handlerfilehandlernotfound=Handler class {0} specified in handler file {1} cannot be loaded
enterprise.deployment.annotation.handlers.ddhandlernotfound=Handler class {0} specified in deployment descriptors
enterprise.deployment.annotation.handlers.handlerchainnotfound=Unable to get @HandlerChainin {0}
enterprise.deployment.annotation.handlers.webeppkgwrong=Class {0} is annotated with @WebService and without @Stateless but is packaged in a JAR. If it is supposed to be a servlet endpoint, it should be packaged in a WAR; Deployment will continue assuming this class to be just a POJO used by other classes in the JAR being deployed
enterprise.deployment.annotation.handlers.ejbeppkgwrong=Class {0} is annotated with @WebService and @Stateless but is packaged in a WAR. If it is supposed to be an EJB endpoint, it should be packaged in a JAR; Deployment will continue assuming this class to be just a POJO used by other classes in the WAR being deployed
enterprise.deployment.annotation.handlers.invalidauthenticationtype=Invalid AuthenticationType [{0}] in @Resource with name() = [{1}] and type = [{1}] in {2}.
enterprise.deployment.annotation.handlers.needtoimpllistenerinterface=The Class {0} having annotation jakarta.servlet.annotation.WebListener need to implement one of the following interfaces: jakarta.servlet.ServletContextLisener, jakarta.servlet.ServletContextAttributeListener, jakarta.servlet.ServletRequestListener, jakarta.servletServletRequestAttributeListener, jakarta.servlet.http.HttpSessionListener, jakarta.servlet.http.HttpSessionAttributeListener, jakarta.servlet.http.HttpSessionIdListener.
lifecycle_method_invalid_param_size=The lifecycle method [{0}] must not have more than one parameter
lifecycle_method_no_checked_exception=The lifecycle method [{0}] must not throw a checked exception
lifecycle_method_return_type_void=The return type of the lifecycle method [{0}] must be void




© 2015 - 2024 Weber Informatics LLC | Privacy Policy