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

com.sun.enterprise.deployment.util.LocalStrings.properties Maven / Gradle / Ivy

#
# Copyright (c) 2012, 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.util.multiple_ejbs_with_interface=Cannot resolve reference [{0}] because there are [{1}] ejbs in the application with interface {2}. \nSome of the possible causes: \n1. The EJB bean class was packaged in an ear lib library (or through any other library mechanism which makes the library visible to all component modules), this makes all the component modules include this bean class indirectly. \n2. The EJB bean class was packaged in a component module which references the EJB, either directly or indirectly through Manifest, WEB-INF/lib. \nThe EJB bean class should only be packaged in the declaring ejb module and not the referencing modules. The referencing modules should only include EJB interfaces.
enterprise.deployment.exceptionbeaninbundle=Referencing error: this bundle has no bean of name [{0}]
enterprise.deployment.unassignedaddress=Endpoint [{0}] has not been assigned an endpoint address\n and is associated with servlet [{1}] , which has  {2} urlPatterns
enterprise.deployment.unexpectedEJBEndpoint=Unexpected EJB endpoint [{0}]
enterprise.deployment.unexpectedJAXRPCEndpoint=Unexpected JAXRPC endpoint, this version is not supported [{0}]
enterprise.deployment.util.no_remoteinterface=Cannot resolve reference [{0}] because it does not declare a remote interface or remote home interface of target bean
enterprise.deployment.util.application.lookup=Lookup failed for given jndi-name: [{0}]
enterprise.deployment.util.unsupportedruntimealtdd=Unsupported external runtime alternate deployment descriptor [{0}]. The currently supported external runtime alternate deployment descriptors are GlassFish runtime deployment descriptors (the file name needs to contain "glassfish-")
enterprise.deployment.util.ra.validation=Resource Adapter not present: RA Name: [{0}], Type: [{1}]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy