com.sun.enterprise.config.modularity.command.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
#
create.module.config=creates or shows the default configuration for the given services in the given target.
create.module.config.success=Configuration for the given service created successfully.
create.module.config.failure=Failed to execute the command due to: {0}. For more details check the log file.
create.module.config.no.such.service=The service you specified, {0}, does not correspond to any service available in the classpath.
create.module.config.service.name.ignored=One of the --all service name parameters can be used at a time. These two options can not be used together.
create.module.config.no.service.no.all=No service name specified and the --all is not used either. Showing all default configurations not merged with domain configuration under target {0}.
create.module.config.show.all=Showing all default configurations not merged with domain configuration under target {0}.
create.module.config.creating.all=Creating all default configuration elements that are not present in the domain.xml under target {0}.
create.module.config.creating.for.service.name=Creating default configuration for {0} under the target {1}...
create.module.config.show.all.failed=Failed to show all default configurations not merged with domain configuration under target {0} due to: {1}.
create.module.config.creating.all.failed=Failed to create all default configuration elements that are not present in the domain.xml under target {0} due to: {1}.
create.module.config.creating.for.service.name.failed=Failed to create module configuration for {0} under the target {1} due to: {2}.
create.module.config.not.such.a.service.found=A ConfigBean of type {0} which translates to your service name\'s configuration elements does not exist.
create.module.config.config.embedded.in.class=Note that the service configuration you asked for, {0}, does not come form a snippet file. The default configuration is extracted from the default values specified in the code.
create.module.config.already.exists=Configuration for {0} already exists. The command did not change the existing configuration.
create.module.config.all=When specified the command will operate on all service configurations available in the classpath.
create.module.config.target=Command will operate on the configuration specific to the target. For example if it is cluster-01 that is used as target then the command will operate on the cluster-01 configuration only.
delete.module.config.no.configuration=No customized configuration exist for this service nor the default configuration has been added to the domain.xml.
delete.module.config.failed.to.delete.config=Failed to delete the service configuration for {0} because of {1}. For more details check the server log file.
delete.module.config.target=Command will operate on the configuration specific to the target. For example if it is cluster-01 that is used as target then the command will operate on the cluster-01 configuration only.
delete.module.config=Deletes the configuration of the service specified as the main parameter from the target specified using the target param. If no target specified it will remove it from the server config.
delete.module.config.service.name.is.required=The service name is required, please specify which service you want to delete its default configuration.
delete.module.config.no.such.target=No such target exist on this domain.
create.module.config.no.such.target=No such target exist on this domain.
delete.module.config.not.such.a.service.found=Your service name does not match any service installed on this domain.
create.module.config.target.name.invalid=The target name specified is invalid. Please double check the target name and try again.
delete.module.config.target.name.invalid=The target name specified is invalid. Please double check the target name and try again.
get.active.config.target.name.invalid=The target name specified is invalid. Please double check the target name and try again.
get.active.config.service.name.required=You need to specify a service name to get its active configuration.
get.active.config.getting.active.config.for.service.failed=Failed to get active configuration for {0} under the target {1} due to: {2}.
get.active.config.not.such.a.service.found=A ConfigBean of type {0} which translates to your service name does not exist.
delete.module.config.failed.deleting.dependant=Failed to remove all configuration elements related to your service form domain.xml. You can use create-module-config --dryRun with your module name to see all relevant configurations and try removing the config elements
at.location=At location:
get.active.config.target.service.and.all.exclusive=Specifying a service name and using --all=true can not be used together.
create.module.config.done=Default configuration for {0} added to domain.xml.