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

org.seedstack.neo4j.internal.Neo4jErrorCode.properties Maven / Gradle / Ivy

The 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_DATABASE_OUTSIDE_TRANSACTION=No active transaction when accessing Neo4J database.
ACCESSING_DATABASE_OUTSIDE_TRANSACTION.fix=Be sure to specify a transactional context using the '@Transactional' annotation before using a Neo4J database.
INVALID_DATABASE_SETTING=Error during application of setting '${setting}' to Neo4J database '${dbName}'.
UNSUPPORTED_DATABASE_TYPE=Unsupported type '${dbType}' for Neo4J database '${dbName}'.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy