alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Glassfish example source code file (LogStrings.properties)

This example Glassfish source code file (LogStrings.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Glassfish tags/keywords

cddl, error, exception, exception, gpl, gpl, license, license, service, the, version, webservice, webservice, wsdl

The Glassfish LogStrings.properties source code

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2010 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
# https://glassfish.dev.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.
#

#
failed.loading.dd=WS00001: Failed to load deployment descriptor, aborting
wsdl.notfound=WS00002: WebService {0} wsdl file {1} not found in archive {2}
catalog.error=WS00003: Exception while processing catalog {0} Reason
filecreation.error=WS00004: Unable to create new File {0}
impl.notfound=WS00005: WebService {0} implementation {1} not found in archive {2}
jaxws-jaxrpc.error=WS00006: WebService {0} has a JAXWS and a JAXRPC endpoint; this is not supported now
wsgen.failed.cont=WS00007: wsgen failed- proceeding under the assumption that the user packaged all required objects properly
wsgen.failed=WS00008: wsgen Failed
wsgen.success=WS00009: wsgen successful
module.load.error=WS00010: Error loading the module {0}

enterprise.deployment.backend.cannot_find_servlet=WS00011: Runtime settings error.  Cannot find servlet-impl-class for endpoint {0}
jaxrpc.codegen.fail=WS00012: Cannot proceed with JaxrpcCodegen
parsing.error=WS00013: Parsing error  line {0}, uri {1}
wsdl.parsing.error=WS00014: Error parsing WSDL {0}
exception.manifest=WS00015: Exception :  {0} when trying to process MANIFEST file under {1}
io.exception=WS00016: IOException :  {0} when trying to get list of files under {1}
wsgen.rtexception=WS00017: Exception occurred in the wsgen process {0}
enterprise.deployment.endpoint.registration=WS00018: Webservice Endpoint deployed\n {0}  listening at address at {1}
enterprise.deployment.ejbendpoint.registration=WS00019: EJB Endpoint deployed\n {0}  listening at address at {1}
catalog.resolver.error=WS00020: File {0} not found

serviceref.invalidmtom=WS00021: MTOM is valid only for SOAP Bindings; Ignoring Enable-MTOM for port {0}
enterprise.deployment.annotation.handlers.wrongannotationlocation=WS00022: symbol annotation can only be specified on TYPE
webservice.annotation.exception=WS00023: Exception in processing @Webservice
enterprise.deployment.annotation.handlers.classnotfound=WS00024: class {0} referenced from annotation symbol cannot be loaded
no.webservice.annotation=WS00025: SEI {0} referenced from the @WebService annotation on {1}  does not contain a @WebService annotation
cannot.have.bindingtype=WS00026: SEI {0} cannot have @BindingType
mismatch.targetnamespace=WS00027: Target Namespace in wsdl-service element does not match @WebService.targetNamespace
mismatch.port.targetnamespace=WS00028: Target Namespace for wsdl-service and wsdl-port should be the same
missing.targetnamespace=WS00029: The javax.jws.WebService annotation targetNamespace MUST be used for classes or interfaces in no package
enterprise.webservice.unknownMessageContextType=WS00030: MessageContext is not a SOAPMEssageContext

enterprise.webservice.portNameMismatch=WS00031: There is a mismatch in the portName specified with @WebService annotation in the endpoint implementation and the portName found in the WSDL; PortName in WSDL={0}; PortName in endpoint={1}
enterprise.webservice.serviceNameMismatch=WS00032: There is a mismatch in the serviceName specified with @WebService annotation in the endpoint implementation and the serviceName found in the WSDL; ServiceName in WSDL={0}; ServiceName in endpoint={1}
enterprise.webservice.implicitMappingNotSupported=WS00033: Implicit mapping not supported; ignoring for now; Remove *. specified in the url-pattern
enterprise.webservice.duplicateService=WS00034: Two web services are being deployed with the same endpoint URL {0}; The service that gets loaded last will always be the one that is active for this URL

enterprise.webservice.postHandlerMethodMismatch=WS00035: Original Method {0} does not match post-handler method {1}
enterprise.webservice.cantGetMethod=WS00036: Exception while getting method for  {0}
enterprise.webservice.methodNotAuth=WS00037: Client not authorized for invocation of {0}
enterprise.webservice.errorUnMarshalMethod=WS00038: Error unmarshalling method for ejb {0}
enterprise.webservice.cantValidateRequest=WS00039: Cannot validate request
enterprise.webservice.noWsdlError=WS00040: Service {0} has an endpoint with non-HTTP binding but there is no WSDL; Deployment cannot proceed
enterprise.webservice.serviceExceptionError=WS00041: Service invocation threw an exception with message :  {0}; Refer to the server log for more details
enterprise.webservice.nullResponsePacket=WS00042: Invocation of Service {0} returned null response packet

exception.tracing.request=WS00043: Exception while tracing request
exception.tracing.response=WS00044: Exception while tracing response

enterprise.deployment.backend.invalidWsdlURL=WS00045:  Invalid URL {0} specified for WSDL location
enterprise.deployment.backend.invalidDescriptorMappingFailure=WS00046:  Invalid Deployment Descriptors element {0} value {1}

webservice.dispatcher.info=WS00047: JAXWS WebServiceDispatcher {0} entering for {1} and query string {2}
ejb.endpoint.exception=WS00048: ejb endpoint exception
unable.find.adapter=WS00049: Unable to find adapter for endpoint {0}
exception.thrown=WS00050:  Following exception was thrown

client.unauthorized=WS00051: Client not authorized for invocation of {0}
preWebHandlerError=WS00052: The following error was thrown by ServletPreHandler which is the first handler in the handler chain\
  {0}
postWebHandlerError=WS00053: The following error was thrown by ServletPostHandler which is the last handler in the handler chain\
  {0}
error.registering.endpoint=WS00054: Error registering endpoint {0}
error.unregistering.endpoint=WS00055: Error unregistering endpoint {0}
ejb.endpointuri.error=WS00056 : Deployment cannot proceed as the ejb has a null endpoint address uri.\
Potential cause may be webservice endpoints not supported in embedded ejb case
enterprise.webservice.deployment.disabled=WS00057: JAX-WS RI specific descriptor ({1}) is found in the archive {0} and \
  hence Enterprise Web Service (109) deployment is disabled for this archive to avoid duplication of services.
webservice.type.error=WS00057: WebService {0} type is declared as {1} but should be either has a JAX-WS or JAX-RPC

                        







Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LogStrings.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.