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

Glassfish example source code file (LocalStrings.properties)

This example Glassfish source code file (LocalStrings.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, copyright, gpl, gpl, header, if, license, license, or, oracle, please, please, version, version

The Glassfish LocalStrings.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.
#


appnamenotunique=Application name {0} is already in use. Please pick a different name.
unknownmoduletpe=Module type not recognized for module {0}
unknowncontainertype=There is no installed container capable of handling this application {0}
deploy.unknowncontainer={0} is not a recognized container
deploy.isolationerror=Container {0} does not support other components containers to be turned off, --type {0} is forbidden
invalidarchivepackaging=Sniffers with type [{0}] and type [{1}] should not claim the archive at the same time. Please check the packaging of your archive [{2}]
internal_error=Internal Error: {0}
bad_config_dir=The domain''s config directory does not exist: {0}
cant_delete_pid_file=Unable to delete the process id file ({0}).  Please delete it.
startup_end_message={0} ({1}) startup time : {2} ({3}ms), startup services({4}ms), total({5}ms)
application.alreadyreg.redeploy=Application with name {0} is already registered. Either specify that redeployment must be forced, or redeploy the application. Or if this is a new deployment, pick a different name
use.create_app_ref=Application {0} is already deployed on other targets. Please use create-application-ref command to create application reference on target {1}
use.create_app_ref_2=Application {0} is already deployed in this domain. Please use create-application-ref command to create application reference on target {1}
redeploy_on_multiple_targets=Application {0} is referenced by more than one targets. Please remove other references or specify all targets (or domain target if using asadmin command line) before attempting redeploy operation
undeploy_on_multiple_targets=Application {0} is referenced by more than one targets. Please remove other references or specify all targets (or domain target if using asadmin command line) before attempting undeploy operation.
delete_lifecycle_on_multiple_targets=Lifecycle module {0} is referenced by more than one targets. Please remove other references before attempting delete operation.
startupservicefailure=Startup service failed to start : {0}
startupwaittimeout=Timed out, ignoring some startup service status
startupfatalstartup=Shutting down v3 due to startup exception : {0}
shutdownfinished=Shutdown procedure finished

application.deploy_domain=Application with name {0} is already referenced by other target(s). Please specify force option to redeploy to domain.
error.deploying.app=Exception while deploying the app [{0}]

cannotCreateLockFile=Cannot create lock file at {0}, configuration changes will not be persisted
InvalidLocation=Cannot obtain lockfile location {0}, configuration changes will not be persisted
NoLocation=domain.xml cannot be persisted, null destination
Timeout=Timed out when waiting for write lock on configuration file
NoTmpFile=Cannot create temporary file when saving domain.xml
TmpFileNotSaved=Configuration could not be saved to temporary file
CloseFailed=Cannot close configuration writer stream
ioexception=IOException while saving the configuration, changes not persisted
RenameFailed=Could not rename backup to {0}
TmpRenameFailed=Could not rename {0} to {1}
BackupDeleteFailed=Could not delete previous backup file at {0}

lifecyclemodule.load_exception=Exception loading lifecycle module [{0}]; [{1}]
lifecyclemodule.loadExceptionIsFatal=Treating failure loading the lifecycle module [{0}] as fatal; please check your classpath and the is-failure-fatal property.
lifecyclemodule.preInvoke_exception=Exception lifecycle module [{0}] during pre-invocation.
lifecyclemodule.postInvoke_exception=Exception lifecycle module [{0}] during post-invocation.
lifecyclemodule.event_Exception=Lifecycle module [{0}] threw an Exception; please check your lifecycle module.
lifecyclemodule.event_ServerLifecycleException=Lifecycle module [{0}] threw ServerLifecycleException
lifecyclemodule.event_exceptionIsFatal=Treating the exception from lifecycle module event handler as fatal; please check the is-failure-fatal property.

exception_while_parsing=Exception while processing {0} inside {1} of size {2}
cannot_open_sub_archive=Cannot open sub-archive {0} from {1}
exception_while_closing=Cannot close sub archive {0}

Other Glassfish examples (source code examples)

Here is a short list of links related to this Glassfish LocalStrings.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.