com.sun.enterprise.transaction.LocalStrings.properties Maven / Gradle / Ivy
#
# 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
#
enterprise_distributedtx.config_excep=Error reading configuration : {0}
enterprise_distributedtx.samerm_excep=isSameRM exception : {0}
enterprise_distributedtx.already_has_nonxa=Local transaction already has 1 non-XA Resource: cannot add more resources.
enterprise_distributedtx.xaresource_start_excep=Got exception during XAResource.start:
enterprise_distributedtx.lazy_transaction_notstarted=Internal Error: could not start JTS transaction lazily.
enterprise_distributedtx.xaresource_end_excep=Got exception during XAResource.end: {0}
enterprise_distributedtx.cannot_export_transaction_having_nonxa=Cannot export transaction having non-XA resource: 2-phase commit not possible.
enterprise_distributedtx.unable_tostart_JTSTransaction=Unable to start JTS transaction.
enterprise_distributedtx.notsupported_nested_transaction=Nested transaction not supported.
enterprise_distributedtx.transaction_exist_on_currentThread=Transaction exists on current thread.
enterprise_distributedtx.operation_not_allowed=Operation not allowed.
enterprise_distributedtx.usertransaction_not_supported=UserTransaction not supported in application client.
enterprise_distributedtx.rollback_timeout=Transaction rolled back due to time out.
enterprise_distributedtx.mark_rollback=Transaction marked for rollback.
enterprise_distributedtx.deleteresource_for_localtx=JavaEETransaction.delistResource called for local tx
enterprise_distributedtx.nonxa_usein_jts=cannot add non-XA Resource to global JTS transaction.
enterprise_distributedtx.no_transaction=current thread is not associated with transaction.
enterprise_distributedtx.transaction_notactive=Transaction is not active in the current thread.
enterprise_distributedtx.xaresource_not_supported=XA Resource is not supported by this Transaction Manager configuration.
enterprise_distributedtx.restart_required=Server restart is required to reconfigure {0}
enterprise_distributedtx.invalid_timeout=Invalid timeout value. Negative values are illegal.
enterprise_distributedtx.resume_invalid_transaction=Invalid transaction passed to resume() call.
xaresource.recovering=Recovering {0} XA resources...
transaction.monitor.rollback_invalid_id=Transaction rollback failed due to invalid transaction id.