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

META-INF.errors.org.seedstack.jdbc.internal.JdbcErrorCode.properties Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
#
# Copyright (c) 2013-2016, The SeedStack authors 
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

ACCESSING_JDBC_CONNECTION_OUTSIDE_TRANSACTION.message = Attempt to access jdbc connection outside a transaction.
ACCESSING_JDBC_CONNECTION_OUTSIDE_TRANSACTION.fix = Try to specify a transactional context using the "@Transactional" annotation before using a jdbc connection 
CANNOT_CONNECT_TO_JDBC_DATASOURCE.message = Impossible to connect to the given datasource
CANNOT_CONNECT_TO_JDBC_DATASOURCE.fix = Verify your jndi or database properties
JDBC_COMMIT_EXCEPTION.message = Error while committing a jdbc transaction
JDBC_ROLLBACK_EXCEPTION.message = Error while rollbacking a jdbc transaction
JDBC_CLOSE_EXCEPTION.message = Error while closing a jdbc transaction
WRONG_JDBC_DRIVER.message = Problem with specified JDBC driver
WRONG_JDBC_DRIVER.fix = Make sure the jdbc driver class you specified is ok
WRONG_DATASOURCE_PROVIDER.message = The specified data source provider does not exist
WRONG_DATASOURCE_PROVIDER.fix = Make sure to specify a correct DataSourceProvider simple class name in your configuration
WRONG_DATASOURCE_CONTEXT.message = No datasource could be found in the configured JNDI context
WRONG_DATASOURCE_CONTEXT.fix = Make sure the JNDI context is correctly initialized and you configured it properly.
MISSING_DATASOURCE_CONFIG.message = Missing configuration for the jdbc datasource ${name}.
MISSING_DATASOURCE_CONFIG.fix = Please add the datasource properties:\n[org.seedstack.jdbc.datasource.${name}]\n...
MISSING_DATASOURCE_CONFIG.url = http://seedstack.org/addons/jdbc/#configuration




© 2015 - 2024 Weber Informatics LLC | Privacy Policy