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, oracle, please, please, version, version, you

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

enterprise.deployment.client.disconnected_state=Not connected to the Domain Admin Server

enterprise.deployment.client.illegal_target_type=Target Type - {0} - is illegal

enterprise.deployment.client.state_change_desc={0} of {1}

enterprise.deployment.client.state_change_success={0} of {1} completed successfully

enterprise.deployment.client.state_change_noop={0} of {1} completed as no-op (state changes not supported by this module type)

enterprise.deployment.client.notASunTarget=Target Class not of expected type; Expected SunTarget; Found {0}

enterprise.deployment.client.specifyAllTargets=Application {0} is already deployed on other targets. Please remove all references or specify all targets (or domain target if using asadmin command line) before attempting {1} operation

enterprise.deployment.client.createTargetsFailed=Unable to get SunTarget equivalent from given targets

enterprise.deployment.client.domainNotLocal=Directory deployment is supported only when the domain is on local system. Ensure that the specified domain is in the same machine

enterprise.deployment.client.useCreateAppRef=Application {0} is already deployed on other targets. Please use create-application-ref command to create reference to the specified target

enterprise.deployment.client.def_web_module_refs_exist={0} has been configured as a default web module. Please remove the default web module references first before undeploying the application

enterprise.deployment.client.deploy_error_module_exists=Cannot deploy, module already exists. You may attempt to force the module to redeploy, or deploy under an available module name.
enterprise.deployment.client.archive_not_specified=Archive to be deployed is not specified at all.
enterprise.deployment.client.archive_not_in_location=Unable to find the archive to be deployed in specified location.
enterprise.deployment.client.archive_no_read_permission=Archive to be deployed does not have read permission.
enterprise.deployment.client.plan_not_in_location=Unable to find the deployment plan in specified location.
enterprise.deployment.client.plan_no_read_permission=Deployment plan does not have read permission.
enterprise.deployment.client.no_deployment_id=Unable to get deployment ID from the server.
enterprise.deployment.client.deployment_time_out=Deployment operation timed out waiting for deploy to complete.
enterprise.deployment.client.deploy_application=Deployment of application {0} 
enterprise.deployment.client.deploy_application_failed=Deployment of application failed - {0} 
enterprise.deployment.client.undeploy_application=Undeployment of application {0} 
enterprise.deployment.client.undeploy_application_failed=Undeployment failed - {0} 
enterprise.deployment.client.undeploying=Undeploying the application 
enterprise.deployment.client.unrecognized_module_type=Unable to recognize the module type of {0} - {1} 
enterprise.deployment.client.change_state_all={0} of application in all targets 

enterprise.deployment.client.enable_application=Application {0} enabled successfully
enterprise.deployment.client.enable_application_failed=Attempt to enable application {0} failed
enterprise.deployment.client.disable_application=Application {0} disabled successfully
enterprise.deployment.client.disable_application_failed=Attempt to disable application {0} failed
enterprise.deployment.client.state_change_failed=Attempt to change the state of the application {0} failed - {1}

enterprise.deployment.client.change_reference_lifemodule={0} of reference for lifecycle module in all targets 
enterprise.deployment.client.change_reference_lifemodule_failed={0} of reference for lifecycle module failed : {1} 
enterprise.deployment.client.change_reference_application={0} of application reference in all targets 
enterprise.deployment.client.change_reference_application_failed={0} of application reference failed - {1} 

# all deploy/undeploy/redeploy/enable/disable actions
enterprise.deployment.client.redeploy_stop=While redeploying, trying to stop the application in target {0} 
enterprise.deployment.client.redeploy_remove_ref=While redeploying, trying to remove reference for application in target {0} 
enterprise.deployment.client.deploy_in_domain=Deploying application in domain
enterprise.deployment.client.deploy_to_first_target=Deploying application to target {0}
enterprise.deployment.client.deploy_create_ref=Trying to create reference for application in target {0} 
enterprise.deployment.client.deploy_start=Trying to start application in target {0} 
enterprise.deployment.client.deploy_publish_wsdl=Trying to publish WSDL 
enterprise.deployment.client.deploy_publish_wsdl_exception=Received exception ''{0}'' while publishing WSDL 
enterprise.deployment.client.undeploy_stop=While undeploying, trying to stop application in target {0} 
enterprise.deployment.client.undeploy_remove_ref=While undeploying, trying to remove reference for application in target {0} 
enterprise.deployment.client.undeploy_from_domain=Trying to undeploy application from domain
enterprise.deployment.client.undeploy_from_target=Trying to undeploy application from target {0}
enterprise.deployment.client.change_state={0} of {1} in target {2}
enterprise.deployment.client.start.failed=Error occurred while loading application. Please refer to the server log for more details.\n
enterprise.deployment.client.stop.failed=Error occurred while unloading application. Please refer to the server log for more details.\n
enterprise.deployment.client.change_reference={0} of reference for lifecycle module in target {1}
enterprise.deployment.client.create_reference=Creation of reference for application in target {0}
enterprise.deployment.client.reference_stop=Stopping of application in target {0}
enterprise.deployment.client.remove_reference=Removal of reference for application in target {0}
enterprise.deployment.client.reference_start=Starting of application in target {0}

enterprise.deployment.client.administrative_domain=administrative-domain
enterprise.deployment.client.default_server_description=default server

enterprise.deployment.client.action_failed=Action failed {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.