blob: 116297de3fe8f9c1eede88054172f91c35575489 [file] [log] [blame]
#
# Copyright (c) 2010, 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
#
configref.dasconfig=The configuration of the Domain Administration Server cannot be changed from server-config.
configref.serverconfig=The configuration of the Domain Administration Server (named server-config) cannot be referenced by a server.
configref.defaultconfig=The default configuration template (named default-config) cannot be referenced by a server.
configref.nonexistent=A configuration that doesn't exist cannot be referenced by a server.
configref.clusteredinstance=Cannot change a config-ref when the instance is part of a cluster.
configref.invalid=The config-ref cannot reference server-config, default-config, a non-existent config, \
or be changed when the instance is part of a cluster, or be changed for the Domain Administration Server.
referenceValidator.not.getter=The RemoteKey annotation must be on a getter method.
referenceValidator.not.string=The RemoteKey annotation must identify a method that returns a String.