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, context, copyright, gpl, gpl, if, license, license, logstrings, logstrings, oracle, rar8850, version, version

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.
#

workcontext.unsupported_callback=RAR2001: Unsupported callback {0} during credential mapping
RAR2001.diag.cause.1=Resource adapter has used a callback that is not supported by application server
RAR2001.diag.check.1=Check whether the callback in question is supported by application server
workcontext.context_is_context_provider_and_execcontext=RAR2002: Work is an WorkContextProvider and ExecutionContext [ {0} ] is not null
RAR2002.diag.cause.1=submitted work has execution-context as well it is a work-context-provider which is specification violation
RAR2002.diag.check.1=Make sure that either execution-context or work-context-provider with transaction-context is passed, but not both
workcontext.duplicate_work_context=RAR2003: duplicate work context for type [ {0} ]
RAR2003.diag.cause.1=multiple work contexts of same type submitted
RAR2003.diag.check.1=Make sure that same context type is not submitted multiple times in the work-context
workcontext.cannot_handle_context=RAR2004: Application server cannot handle the following work context : {0}
RAR2004.diag.cause.1=Work Context in question is not supported by application server
RAR2004.diag.check.1=Check the application server documentation for supported work contexts
workcontext.setting_most_specific_context=RAR2005: setting custom workcontext for WorkContext [ {0} ] using most specific support Work Context [ {1} ]
RAR2005.diag.cause.1=Requested work context is not supported, but a super type of the context is supported
workcontext.most_specific_work_context_supported=RAR2006: most specific work context for [ {0} ] supported by container is [ {1} ]
RAR2006.diag.cause.1=Requested work context is not supported, but a super type of the context is supported
workcontext.context_class_not_found=RAR2007: Unable to load work context class {0} due to the following exception {1}
RAR2007.diag.cause.1=Work Context class is not available to application server
RAR2007.diag.check.1=Make sure that the work context class is available to server
workcontext.security_context_setup_failure=RAR2008: Unable to set security context
RAR2008.diag.cause.1=Unable to set security context
RAR2008.diag.check.1=Check the server.log for exceptions
workcontext.cannot_load_context_class=RAR2009: Container cannot load the work-context class [ {0} ] to check whether any of the supported contexts 'isAssignable'
RAR2009.diag.cause.1=Unable to load the work-context class specified by the resource-adapter
RAR2009.diag.check.1=Make sure that the work-context class is available to the server

#------------------------------------------------------------------------------------------------------
#RAR8850 till RAR8999 reserved for work-management LogStrings. 
#Please increment RAR IDs by one for any new additional messages added here.
#Add any new properties above these comments.
#------------------------------------------------------------------------------------------------------

#------------------------------------------------------------------------------------------------------
#RAR8010 till RAR8500 reserved for connectors-runtime LogStrings.
#RAR8501 till RAR8700 reserved for connectors-inbound-runtime LogStrings.
#RAR8701 till RAR8850 reserved for connectors-internal-api LogStrings.
#RAR8850 till RAR8999 reserved for work-management LogStrings.
#RAR9000 till RAR9500 reserved for jdbc-ra LogStrings.  
#------------------------------------------------------------------------------------------------------

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.