
org.glassfish.persistence.jpa.LocalStrings.properties Maven / Gradle / Ivy
# messages used in jpa-connector module
#
# The message ID for a message in persistence is derived as follows:
# PER<2_digit_bundle_prefix><1_digit_section_number><2_digit_serial_number>
#
# The 2 digit prefix for this bundle is 02.
#
# This file is divided into the following sections:
# Under each section, messages that need not be I18Ned are separated under NOI18N. All other messages
# need to be numbered.
# 1. PersistenceUnitInfoImpl: Messages used in PersistenceUnitInfoImpl
#
# When adding a new message:
# 1. Please make sure that you add the message to the end.
# 2. Please add message ID to any user visible message.
# 3. The message ID for the new message = message ID for the last numbered
# message in a section + 1.
# 4. Please do not change the message ID for existing messages. These
# numbers are potentially mapped to more explanation about the message for
# the end user.
#
####################################################################################################
#
# Message ID Range: PER02000 - PER02099
####################################################################################################
puinfo.referenced_jar_not_found=PER02000: PersistenceUnitInfoImpl: For pu-root [{0}], \
a jar-file [{1}] specified in persistence.xml is not found. \
The server also looked for a file called [{2}]. Please verify your application.
puinfo.jta-ds-not-configured=PER02001: Persistence unit named [{0}] is configured as JTA, \
yet only non-jta-data-source name is supplied in persistence.xml.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy