All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glassfish.persistence.common.LogStrings.properties Maven / Gradle / Ivy

There is a newer version: 8.0.0-JDK17-M7
Show newest version
#
# 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
#


# Log messages used in persistence-common 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 01.
#
# 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. Java2DBProcessorHelper:  The java2db processor helper
# 2. database: For files under package database
#
# 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: PER01000 - PER01099
####################################################################################################

# {0} SQL statement.
# {1} Exception text.
Java2DBProcessorHelper.sqlexception=PER01000: Got SQLException executing statement "{0}": {1}

# {0} JNDI name of database
# {1} Exception text.
Java2DBProcessorHelper.cannotConnect=PER01001: Cannot connect to database via JNDI name ''{0}'': {1}.

Java2DBProcessorHelper.ioexception=PER01002: Deployment of ''{0}'' encountered unexpected IOException: {1}
Java2DBProcessorHelper.tablewarning=PER01003: Deployment encountered SQL Exceptions:
Java2DBProcessorHelper.executestatement=PER01004: Executing SQL Statement "{0}".

# {0} Application name.
# {1} File name.
Java2DBProcessorHelper.cannotcreatetables=Cannot create tables for application {0}. The expected DDL file {1} is not available.

# {0} Application name.
# {1} File name.
Java2DBProcessorHelper.cannotdroptables=Cannot drop tables for application {0}. The expected DDL file {1} is not available.

JPAJava2DBProcessor.nondefaultprovider=The java2db feature is not supported for the the persistence provider ''{0}'' that you specified. Hence the tables associated to the entities of the PU named ''{1}'' would not be created and/or dropped from the database.

Java2DBProcessorHelper.generatedlocation=Exception caught in accessing generated location for {0}.

# 
Java2DBProcessorHelper.createfilename=Processing event to create tables. File name: {0}.
Java2DBProcessorHelper.dropfilename=Processing event to drop tables. File name: {0}.

###############################################################################
# 
# Message ID Range: PER01100 - PER01199
###############################################################################
database.DBVendorTypeHelper.couldNotLoadResource=Error while initializing name to vendortype mapping. Could not load resource {0}. Exception: {1}.
database.DBVendorTypeHelper.patternSyntaxException=Exception while using regExpr : {0}.
database.DBVendorTypeHelper.errorParsingVendorNameToTypeProperty=Error parsing property {0} with value {1}. Please note that correct syntax is "-D{0}=DataBaseVendorType=RegularExpression".
database.PropertyHelper.failedToLoadResource=JDO81001: Failed to load resource. Exception {0}.

# 
database.DBVendorTypeHelper.inputVendorName=Input Vendor Name : {0}.
database.DBVendorTypeHelper.detectedVendorType=Detected vendor type {0}.
database.DBVendorTypeHelper.regExprDbType=VendorType: {1}, RegularExpression: {0}.
database.DBVendorTypeHelper.traceVendorNameToTypeProperty=System property {0} defined as VendorType: {2}, RegularExpression: {1}.
database.PropertyHelper.load=JDO81000: resourceName: {0} , loadFromFile: {1}.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy