#
# 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
# 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.
#
resources.resource-manager.deploy-resource-failed=RAR9600: unable to deploy resource : {0}. Following exception occurred : {1}
RAR9601.diag.cause.1=Error while creating ManagedConnectionFactory.
RAR9601.diag.check.1=Resource adapter is bundled properly.
RAR9601.diag.check.2=Check whether connection pool configuration has correct properties for MCF.
RAR9601.diag.check.3=Check whether the resource adapter require security permissions to load the classes. Some adapters require getClassLoader() permission.
resources.resource-manager.undeploy-resource-failed=RAR9601: Unable to undeploy resource : {0}. Following exception occurred : {1}
RAR9601.diag.cause.1=Unable to unbind resource from JNDI.
resources.resources-binder.bind-resource-failed=RAR9602: Cannot bind resource [ {0} ] to naming manager. Following exception occurred {1}
resources.resource-manager.connector-descriptor.bind.failure=RAR9603: Unable to bind connector descriptor for resource-adapter [ {0} ]. Following exception occurred : {1}
ping_during_creation_exception=RAR9604: Exception while pinging pool during creation for pool {0}. Following exception occurred {1}
RAR9604.diag.cause.1=The specified jdbc connection pool is unusable.
ping_during_creation_failure=RAR9605: Ping pool during creation failed for pool : {0} . Pool has been created successfully but ping failed.
RAR9605.diag.cause.1=There could be some erroneous values specified in jdbc connection pool configuration.
RAR9605.diag.cause.2=Caused by unsupported/incorrect values for database connectivity properties.
resources.resource-manager.remove-event-failed=RAR9606: Error while handling Remove event.
RAR9606.diag.cause.1=Unable to find resource deployer for handling the particular resource.
RAR9606.diag.cause.2=Undeploying the resource from the server's runtime context failed.
RAR9606.diag.cause.3=Redeploying resource into the server's runtime context failed.
RAR9606.diag.cause.4=Error while creating ManagedConnectionFactory.
RAR9606.diag.check.1=Resource adpater is bundled properly.
RAR9606.diag.check.2=Check whether connection pool configuration has correct properties for MCF.
RAR9606.diag.check.3=Check whether the resource adapter require security permissions to load the classes. Some adapters require getClassLoader() permission.
resources.resource-manager.change-event-failed=RAR9607: Error while handling Change event.
RAR9607.diag.cause.1=Unable to find resource deployer for handling the particular resource.
RAR9607.diag.cause.2=Undeploying the resource from the server's runtime context failed.
RAR9607.diag.cause.3=Redeploying resource into the server's runtime context failed.
RAR9607.diag.cause.4=Error while creating ManagedConnectionFactory.
RAR9607.diag.check.1=Resource adpater is bundled properly.
RAR9607.diag.check.2=Check whether connection pool configuration has correct properties for MCF.
RAR9607.diag.check.3=Check whether the resource adapter require security permissions to load the classes. Some adapters require getClassLoader() permission.
app-scoped.ping.connection.pool.success=ping-connection-pool [ {0} ] succeeded.
app-scoped.ping.connection.pool.failed=RAR9608: ping-connection-pool [ {0} ] failed due to the following exception : {1}
RAR9608.diag.check.1=Check the exception message in server.log and verify pool configuration.
#RAR9600 till RAR9900 reserved for Container-Common LogStrings. Please increment RAR IDs by one for any new additional messages added here.
#Add any new properties above these 2 lines.