blob: 3e632a9bf3bbd8ce284034d4484cc9d416fa95e9 [file] [log] [blame]
#
# 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
#
txn.mgr.failure=Unable to retrieve transaction manager.
txn.detection.failure=Failed to detect transaction status of current thread.
JMSContext.injection.initialization=Injecting JMSContext wrapper with id {0} and metadata [{1}].
JMSContext.delegation.type="JMSContext wrapper with id {0} is delegating to {1} instance.
JMSContext.injection.cleanup=Cleaning up {0} JMSContext wrapper with id {1} and metadata [{2}].
ContextNotActiveException.msg=An injected JMSContext cannot be used when there is neither a transaction or a valid request scope.
JMSContext.injection.cleanup.failure=Failed to cleaning up {0} JMSContext wrapper with id {1} and metadata [{2}]. Reason: {3}.
JMSContext.injection.not.supported=This method is not permitted on a container-managed (injected) JMSContext.
initialContext.init.exception=Cannot create InitialContext.
connectionFactory.not.found=ConnectionFactory not found with lookup {0}.
JMSContext.impl.create=Created new JMSContext instance associated with id {0}: {1}.
JMSContext.impl.close=Closed JMSContext instance associated with id {0}: {1}.
JMSContext.impl.close.failure=Failed to close JMSContext instance associated with id {0}: {1}.
decrypt.password.fail=Failed to unalias password for the reason: {0}.
wrapper.no.txn=The jms object created in a transaction should not be used outside the scope.
wrapper.txn.bad.status=The transaction of current thread is ended. The jms object created in a transaction should not be used outside the scope.