
org.glassfish.persistence.common.LogStrings.properties Maven / Gradle / Ivy
#
# Messages used in the persistence-common module
#
# {0} SQL statement.
# {1} Exception text.
Java2DBProcessorHelper.sqlexception=Got SQLException executing statement "{0}": {1}
# {0} JNDI name of database
# {1} Exception text.
Java2DBProcessorHelper.cannotConnect=Cannot connect to database via JNDI name ''{0}'': {1}.
Java2DBProcessorHelper.ioexception=Deployment of ''{0}'' encountered unexpected IOException: {1}
Java2DBProcessorHelper.createfilename=Processing event to create tables. File name: {0}.
Java2DBProcessorHelper.dropfilename=Processing event to drop tables. File name: {0}.
Java2DBProcessorHelper.tablewarning=Deployment encountered SQL Exceptions:
Java2DBProcessorHelper.executestatement=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}.
database.DBVendorTypeHelper.inputVendorName=Input Vendor Name : {0}.
database.DBVendorTypeHelper.detectedVendorType=Detected vendor type {0}.
database.DBVendorTypeHelper.couldNotLoadResource=Error while initializing name to vendortype mapping. Could not load resource {0}. Exception: {1}.
database.DBVendorTypeHelper.regExprDbType=VendorType: {1}, RegularExpression: {0}.
database.DBVendorTypeHelper.patternSyntaxException=Exception while using regExpr : {0}.
database.DBVendorTypeHelper.traceVendorNameToTypeProperty=System property {0} defined as VendorType: {2}, RegularExpression: {1}.
database.DBVendorTypeHelper.errorParsingVendorNameToTypeProperty=Error parsing property {0} with value {1}. Please note that correct syntax is "-D{0}=DataBaseVendorType=RegularExpression".
database.PropertyHelper.load=JDO81000: resourceName: {0} , loadFromFile: {1}.
database.PropertyHelper.failedToLoadResource=JDO81001: Failed to load resource. Exception {0}.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy